This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270419 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Tap.sendChars
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Tap.sendChars
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-17 11:01 UTC by ExIngus
Modified: 2017-04-17 11:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228815


Attachments
stacktrace (3.21 KB, text/plain)
2017-04-17 11:01 UTC, ExIngus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ExIngus 2017-04-17 11:01:29 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 7

User Comments:
ExIngus: remout gdb connection




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb2.Tap.sendChars(Tap.java:139)
   at org.netbeans.modules.cnd.debugger.gdb2.KeyProcessing$KeyProcessingStream.sendCharImpl(KeyProcessing.java:308)
   at org.netbeans.modules.cnd.debugger.gdb2.KeyProcessing$KeyProcessingStream.sendChar(KeyProcessing.java:236)
   at org.netbeans.lib.terminalemulator.Term.sendChar(Term.java:4611)
   at org.netbeans.lib.terminalemulator.Term.on_char(Term.java:4602)
   at org.netbeans.lib.terminalemulator.Term.access$1900(Term.java:248)
Comment 1 ExIngus 2017-04-17 11:01:31 UTC
Created attachment 164122 [details]
stacktrace