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 248903 - 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:
: 249470 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-11-25 20:58 UTC by Exceptions Reporter
Modified: 2015-03-19 09:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213642


Attachments
stacktrace (1.52 KB, text/plain)
2014-11-25 20:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-11-25 20:58:20 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Linux

User Comments:
GUEST: Took too long to respond




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at java.util.ArrayList.elementData(ArrayList.java:403)
   at java.util.ArrayList.remove(ArrayList.java:480)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.removeChild(NativeBreakpoint.java:525)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.NativeBreakpoint.primDelete(NativeBreakpoint.java:1745)
   at org.netbeans.modules.cnd.debugger.common2.debugger.breakpoints.BreakpointManager.deleteHandler(BreakpointManager.java:1468)
   at org.netbeans.modules.cnd.debugger.common2.debugger.NativeDebuggerImpl.preKill(NativeDebuggerImpl.java:1156)
Comment 1 Exceptions Reporter 2014-11-25 20:58:26 UTC
Created attachment 150707 [details]
stacktrace
Comment 2 henk89 2014-12-22 08:36:44 UTC
*** Bug 249470 has been marked as a duplicate of this bug. ***
Comment 3 henk89 2015-03-17 09:21:47 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/b8bb0e541db9
Comment 4 henk89 2015-03-17 09:23:16 UTC
In case this doesn't help we should try synchronizing all the methods that use "children".
Comment 5 Quality Engineering 2015-03-18 03:28:32 UTC
Integrated into 'main-silver', will be available in build *201503180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

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