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 207138

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$2.run
Product: cnd Reporter: tbrunhoff <tbrunhoff>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED DUPLICATE    
Severity: normal CC: dimstef, tbrunhoff
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184289
Attachments: stacktrace
stacktrace
stacktrace

Description tbrunhoff 2012-01-10 18:59:37 UTC
Build: NetBeans IDE Dev (Build 201201020601)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Linux

User Comments:
tbrunhoff: Starting a debug session.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$2.run(Gdb.java:959)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:162)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
Comment 1 tbrunhoff 2012-01-10 18:59:38 UTC
Created attachment 114772 [details]
stacktrace
Comment 2 tbrunhoff 2012-01-10 19:05:29 UTC
Created attachment 114773 [details]
stacktrace

starting a gdb session.
Comment 3 tbrunhoff 2012-01-13 01:35:44 UTC
Created attachment 114851 [details]
stacktrace

starting a gdb session.
Comment 4 Egor Ushakov 2012-01-17 09:59:27 UTC

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