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 191968 - NullPointerException at java.util.StringTokenizer.<init>
Summary: NullPointerException at java.util.StringTokenizer.<init>
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
: 192091 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-11-15 13:11 UTC by Egor Ushakov
Modified: 2010-11-19 06:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 173914


Attachments
stacktrace (2.21 KB, text/plain)
2010-11-15 13:11 UTC, Egor Ushakov
Details
gdblog (23.06 KB, text/plain)
2010-11-18 13:35 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2010-11-15 13:11:47 UTC
This issue was reported manually by gorrus.
It already has 1 duplicates 


Build: NetBeans IDE Dev (Build 101115-ba6291ed3d3e)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: SunOS

User Comments:
gorrus: During gdb startup




Stacktrace: 
java.lang.NullPointerException
   at java.util.StringTokenizer.<init>(StringTokenizer.java:182)
   at java.util.StringTokenizer.<init>(StringTokenizer.java:219)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.extractPid1(GdbDebuggerImpl.java:857)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.access$900(GdbDebuggerImpl.java:120)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl$InfoProcMICmd.onDone(GdbDebuggerImpl.java:981)
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MICommandManager.dispatch(MICommandManager.java:127)
Comment 1 Egor Ushakov 2010-11-15 13:11:52 UTC
Created attachment 102983 [details]
stacktrace
Comment 2 Egor Ushakov 2010-11-18 13:29:34 UTC
*** Bug 192091 has been marked as a duplicate of this bug. ***
Comment 3 Egor Ushakov 2010-11-18 13:35:54 UTC
Created attachment 103069 [details]
gdblog
Comment 4 Egor Ushakov 2010-11-18 14:40:27 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/03b5530448c9
Comment 5 Quality Engineering 2010-11-19 06:16:08 UTC
Integrated into 'main-golden', will be available in build *201011190001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/03b5530448c9
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #191968 (NPE in StringTokenizer)