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 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$2.run
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$2.run
Status: RESOLVED DUPLICATE of bug 207277
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-10 18:59 UTC by tbrunhoff
Modified: 2012-01-17 09:59 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184289


Attachments
stacktrace (803 bytes, text/plain)
2012-01-10 18:59 UTC, tbrunhoff
Details
stacktrace (803 bytes, text/plain)
2012-01-10 19:05 UTC, tbrunhoff
Details
stacktrace (803 bytes, text/plain)
2012-01-13 01:35 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***