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 235423 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.pause
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImp...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-02 16:58 UTC by soldatov
Modified: 2014-04-24 02:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203524


Attachments
stacktrace (1.88 KB, text/plain)
2013-09-02 16:58 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2013-09-02 16:58:48 UTC
Build: NetBeans IDE Dev (Build 201309010001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows 7

User Comments:
soldatov: finish debugger and delete breakpoint




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.pause(GdbDebuggerImpl.java:901)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.sendCommandInt(GdbDebuggerImpl.java:4931)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.postDeleteHandlerImpl(GdbDebuggerImpl.java:4619)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.postDeleteHandler(BreakpointManager.java:1305)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.postDelete(NativeBreakpoint.java:1708)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.dispose(NativeBreakpoint.java:349)
Comment 1 soldatov 2013-09-02 16:58:50 UTC
Created attachment 139588 [details]
stacktrace
Comment 2 Maria Tishkova 2014-04-11 10:33:24 UTC
still re-producible
Comment 3 Maria Tishkova 2014-04-14 07:34:57 UTC
fixed in http://hg.netbeans.org/cnd-main/rev/bad317b1b18e
Comment 4 Quality Engineering 2014-04-18 02:40:05 UTC
Integrated into 'main-silver', will be available in build *201404180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bad317b1b18e
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#235423 NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.pause
check if killed already before sending command
Comment 5 soldatov 2014-04-22 10:08:35 UTC
verified in trunk build 201404220001
I can not reproduce NPE now
Comment 6 Quality Engineering 2014-04-24 02:16:08 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/9836e6b24754
User: Maria Dalmatova <mromashova@netbeans.org>
Log: fixed bz#235423 NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.pause
check if killed already before sending command
(transplanted from bad317b1b18e91f84bd07853e79790fb598536b5)