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 193811 - NumberFormatException: For input string: ""
Summary: NumberFormatException: For input string: ""
Status: RESOLVED DUPLICATE of bug 193352
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-25 21:47 UTC by Exceptions Reporter
Modified: 2011-01-31 16:41 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 175017


Attachments
stacktrace (1.41 KB, text/plain)
2010-12-25 21:47 UTC, Exceptions Reporter
Details
stacktrace (1.33 KB, text/plain)
2011-01-07 17:58 UTC, tbrunhoff
Details
stacktrace (1.32 KB, text/plain)
2011-01-07 18:46 UTC, tbrunhoff
Details
stacktrace (1.32 KB, text/plain)
2011-01-07 18:49 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-12-25 21:47:30 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
jocke: ...




Stacktrace: 
java.lang.NumberFormatException: For input string: ""
   at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
   at java.lang.Integer.parseInt(Integer.java:470)
   at java.lang.Integer.parseInt(Integer.java:499)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.extractPid1(GdbDebuggerImpl.java:915)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl.access$900(GdbDebuggerImpl.java:130)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl$InfoProcMICmd.onDone(GdbDebuggerImpl.java:1032)
Comment 1 Exceptions Reporter 2010-12-25 21:47:34 UTC
Created attachment 104497 [details]
stacktrace
Comment 2 Exceptions Reporter 2011-01-02 11:40:13 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=175017
Comment 3 tbrunhoff 2011-01-07 17:58:54 UTC
Created attachment 104792 [details]
stacktrace

Starting gdb on a new project.
Comment 4 tbrunhoff 2011-01-07 18:46:54 UTC
Created attachment 104794 [details]
stacktrace

Starting a debug session (apparently without a binary)
Comment 5 tbrunhoff 2011-01-07 18:49:54 UTC
Created attachment 104795 [details]
stacktrace

Starting gdb
Comment 6 Egor Ushakov 2011-01-11 14:16:15 UTC
see also bug 193352, for some reason fix does not help
Comment 7 Egor Ushakov 2011-01-18 10:06:00 UTC
please attach gdb-log (main menu/windows/debugging/debugger console)
Comment 8 tbrunhoff 2011-01-31 16:21:23 UTC
Its been a while since I have seen this and last week I have done a bunch of debugging with gdb. However, note that this occurred with a new project and I have not been creating any new projects. At least from my perspective, things are working much better, so I would guess that it is fixed (or it has moved :-)
Comment 9 Egor Ushakov 2011-01-31 16:41:51 UTC
thanks, now I see that it is really a dup of bug 193352, extra logging was added before the real fix so some new exceptions appeared in build 20101215, real fix was integrated into build 20101216

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