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 180609 - ArrayIndexOutOfBoundsException at java.lang.System.arraycopy
Summary: ArrayIndexOutOfBoundsException at java.lang.System.arraycopy
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2010-02-11 06:53 UTC by Jindrich Sedek
Modified: 2010-02-23 02:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 165146


Attachments
stacktrace (2.80 KB, text/plain)
2010-02-11 06:53 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2010-02-11 06:53:43 UTC
Build: NetBeans IDE Dev (Build 201002110200)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b06
OS: Linux

User Comments:
jsedek: tryied to remove a breakpoint




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException
   at java.lang.System.arraycopy(System.java:0)
   at org.netbeans.modules.debugger.jpda.breakpoints.PersistenceManager.breakpointRemoved(PersistenceManager.java:171)
   at org.netbeans.api.debugger.DebuggerManager.fireBreakpointRemoved(DebuggerManager.java:930)
   at org.netbeans.api.debugger.DebuggerManager.removeBreakpoint(DebuggerManager.java:581)
   at org.netbeans.api.debugger.DebuggerManager.removeBreakpoint(DebuggerManager.java:556)
   at org.netbeans.modules.debugger.jpda.ui.actions.ToggleMethodFieldBreakpointAction.submitFieldOrMethodOrClassBreakpoint(ToggleMethodFieldBreakpointAction.java:307)
Comment 1 Jindrich Sedek 2010-02-11 06:53:53 UTC
Created attachment 94080 [details]
stacktrace
Comment 2 Martin Entlicher 2010-02-11 07:04:15 UTC
This is a regression that I've already fixed in 158365:99d447e57ba1.
Comment 3 Jindrich Sedek 2010-02-23 02:40:21 UTC
verified.
NetBeans IDE Dev (Build 201002230200)