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 252255 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.nBoundChildren
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.br...
Status: RESOLVED DUPLICATE of bug 252256
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-05-06 04:55 UTC by Exceptions Reporter
Modified: 2015-05-06 17:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217070


Attachments
stacktrace (1.68 KB, text/plain)
2015-05-06 04:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-05-06 04:55:04 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
GUEST: sa




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.nBoundChildren(NativeBreakpoint.java:660)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.showAnnotationsFor(NativeBreakpoint.java:1971)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.deactivate(NativeDebuggerImpl.java:1092)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.deactivate(GdbDebuggerImpl.java:5340)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerManager$3.run(NativeDebuggerManager.java:608)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
Comment 1 Exceptions Reporter 2015-05-06 04:55:06 UTC
Created attachment 153531 [details]
stacktrace
Comment 2 henk89 2015-05-06 17:31:22 UTC

*** This bug has been marked as a duplicate of bug 252256 ***