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

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.sendPidCommand
Product: cnd Reporter: johngull
Component: DebuggerAssignee: henk89
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203507
Attachments: stacktrace

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?