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 207277 - 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 FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
: 207138 (view as bug list)
Depends on:
Blocks: 207386
  Show dependency tree
 
Reported: 2012-01-13 14:02 UTC by soldatov
Modified: 2012-05-02 15:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184391


Attachments
stacktrace (1.17 KB, text/plain)
2012-01-13 14:02 UTC, soldatov
Details
gdb log (6.66 KB, text/plain)
2012-01-16 10:41 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-01-13 14:02:44 UTC
Build: NetBeans IDE Dev (Build 201201120601)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

User Comments:
soldatov: Step Into




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.dispatchEventImpl(EventQueue.java:642)
   at java.awt.EventQueue.access$000(EventQueue.java:85)
   at java.awt.EventQueue$1.run(EventQueue.java:603)
   at java.awt.EventQueue$1.run(EventQueue.java:601)
Comment 1 soldatov 2012-01-13 14:02:47 UTC
Created attachment 114874 [details]
stacktrace
Comment 2 soldatov 2012-01-16 10:41:39 UTC
Created attachment 114928 [details]
gdb log
Comment 3 soldatov 2012-01-16 10:44:29 UTC
It is regression
Comment 4 Egor Ushakov 2012-01-16 13:36:48 UTC

*** This bug has been marked as a duplicate of bug 204711 ***
Comment 5 Egor Ushakov 2012-01-16 15:08:47 UTC
it is not a duplicate of bug 204711, but a consequence of adding log filename to the debugger console, happened after 7.1 release
Comment 6 Egor Ushakov 2012-01-17 09:59:27 UTC
*** Bug 207138 has been marked as a duplicate of this bug. ***
Comment 7 Egor Ushakov 2012-01-17 10:51:35 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/db3b02ef33b8
Comment 8 Quality Engineering 2012-01-18 15:48:35 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/db3b02ef33b8
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #207277 - NullPointerException at org.netbeans.modules.cnd.debugger.gdb2.Gdb$Tap$2.run