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

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Tap.sendChars
Product: cnd Reporter: ExIngus
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228815
Attachments: stacktrace

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