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 253982 - ArrayIndexOutOfBoundsException: -1
Summary: ArrayIndexOutOfBoundsException: -1
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-30 09:57 UTC by Exceptions Reporter
Modified: 2015-08-08 02:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218851


Attachments
stacktrace (1.07 KB, text/plain)
2015-07-30 09:57 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-07-30 09:57:18 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
GUEST: during debugging C++ program, I had tha thread window open and scrolling  the thread list




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at org.netbeans.modules.cnd.debugger.common2.debugger.options.Signals.setDefaultSignals(Signals.java:299)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerSettingsBridge.noteSignalList(GdbDebuggerSettingsBridge.java:193)
   at org.netbeans.modules.cnd.debugger.gdb2.GdbDebuggerImpl$17.onDone(GdbDebuggerImpl.java:1978)
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MICommandManager.dispatch(MICommandManager.java:194)
   at org.netbeans.modules.cnd.debugger.gdb2.mi.MIProxy.dispatch(MIProxy.java:188)
   at org.netbeans.modules.cnd.debugger.gdb2.Gdb$MyMIProxy.dispatch(Gdb.java:692)
Comment 1 Exceptions Reporter 2015-07-30 09:57:20 UTC
Created attachment 155043 [details]
stacktrace
Comment 2 henk89 2015-08-07 11:17:34 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/6a01d6f86751
Comment 3 Quality Engineering 2015-08-08 02:01:53 UTC
Integrated into 'main-silver', will be available in build *201508080002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/6a01d6f86751
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #253982 - ArrayIndexOutOfBoundsException: -1