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 251220 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy.notifyAsyncOutput
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy....
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-17 04:42 UTC by jay-to-the-dee
Modified: 2015-03-19 09:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216155


Attachments
stacktrace (530 bytes, text/plain)
2015-03-17 04:42 UTC, jay-to-the-dee
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jay-to-the-dee 2015-03-17 04:42:51 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Linux

User Comments:
jay-to-the-dee: Silent error occurred whilst debugging simple, single threaded C program.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy.notifyAsyncOutput(Gdb.java:768)
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.processLine(MIProxy.java:166)
   at org.netbeans.modules.cnd.debugger.gdb2.Tap$4.run(Tap.java:316)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 jay-to-the-dee 2015-03-17 04:42:53 UTC
Created attachment 152665 [details]
stacktrace
Comment 2 henk89 2015-03-17 10:29:22 UTC
It's not clear for me where this issue comes from.
Comment 3 henk89 2015-03-17 10:31:11 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/2d5265964a4c
Comment 4 Quality Engineering 2015-03-18 03:28:41 UTC
Integrated into 'main-silver', will be available in build *201503180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/2d5265964a4c
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #251220 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy.notifyAsyncOutput