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 235392 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.sendPidCommand
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImp...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 09:19 UTC by johngull
Modified: 2014-07-07 14:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203507


Attachments
stacktrace (1.10 KB, text/plain)
2013-09-02 09:19 UTC, johngull
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johngull 2013-09-02 09:19:46 UTC
Build: NetBeans IDE 7.3.1 (Build 201306052037)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
johngull: Tried to point breakpoint on application running process




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.sendPidCommand(GdbDebuggerImpl.java:1057)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.genericStopped(GdbDebuggerImpl.java:3335)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy.execAsyncOutput(Gdb.java:1139)
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.processLine(MIProxy.java:163)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$3.run(Gdb.java:1061)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1432)
Comment 1 johngull 2013-09-02 09:19:47 UTC
Created attachment 139567 [details]
stacktrace
Comment 2 henk89 2014-07-07 14:10:24 UTC
I'm unable to reproduce the issue using NB8.0. Could you please provide me with a gdb log (http://wiki.netbeans.org/GdbLog) and with steps to reproduce the issue?