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 9627 - IndexOutOfBoundsException when trying to Continue debugger
Summary: IndexOutOfBoundsException when trying to Continue debugger
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-14 16:27 UTC by Marian Petras
Modified: 2003-06-30 17:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Petras 2001-02-14 16:27:24 UTC
Intermittently I get the following exception when trying to continue debugger
after it suspended because of a breakpoint hit. The exception is not written on
the console but an error dialog appears: "Exception occured in Request Processor":

Annotation: Exception occurred in Request Processor
Nested annotation: Index: 4, Size: 4
org.openide.util.RequestProcessor$Holder(task
org.netbeans.core.ModuleActions$1@43691d [-88579, 1])
        at
org.openide.util.RequestProcessor$Task.createHolder(RequestProcessor.java:275)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:99)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:72)
        at org.netbeans.core.ModuleActions.invokeAction(ModuleActions.java:89)
        at org.openide.awt.Actions$ButtonBridge.actionPerformed(Actions.java:343)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
        at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
        at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
        at org.openide.awt.EnabledButtonModel.setPressed(EnabledButtonModel.java:83)
        at
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:216)
[catch] at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:230)
        at java.awt.Component.processMouseEvent(Component.java:3717)
        at java.awt.Component.processEvent(Component.java:3546)
        at java.awt.Container.processEvent(Container.java:1164)
        at java.awt.Component.dispatchEventImpl(Component.java:2595)
        at java.awt.Container.dispatchEventImpl(Container.java:1213)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
        at java.awt.Container.dispatchEventImpl(Container.java:1200)
        at java.awt.Window.dispatchEventImpl(Window.java:912)
        at java.awt.Component.dispatchEvent(Component.java:2499)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:333)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)

Wed Feb 14 17:23:49 GMT+01:00 2001java.lang.IndexOutOfBoundsException: Index: 4,
Size: 4
java.lang.IndexOutOfBoundsException: Index: 4, Size: 4
        at java.util.ArrayList.RangeCheck(ArrayList.java:491)
        at java.util.ArrayList.get(ArrayList.java:307)
        at
org.netbeans.modules.debugger.jpda.ThreadManager.refreshStacks(ThreadManager.java:168)
        at org.netbeans.modules.debugger.jpda.JPDADebugger.go(JPDADebugger.java:317)
        at
org.netbeans.modules.debugger.delegator.DelegatingDebugger.go(DelegatingDebugger.java:178)
        at org.openide.actions.GoAction.performAction(GoAction.java:100)
        at org.openide.util.actions.NodeAction.performAction(NodeAction.java:92)
        at org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:83)
        at org.netbeans.core.ModuleActions$1.run(ModuleActions.java:76)
        at org.openide.util.Task.run(Task.java:124)
[catch] at
org.openide.util.RequestProcessor$ProcessorThread.run(RequestProcessor.java:562)
Comment 1 Marian Petras 2001-02-15 16:05:59 UTC
This applies to development branch "debugger-unstable1-branch".
Comment 2 Jan Jancura 2001-02-21 13:23:16 UTC
.
Comment 3 Jan Jancura 2001-02-21 13:23:50 UTC
.
Comment 4 Jan Chalupa 2001-03-12 09:04:56 UTC
Version: 'Dev' -> 3.2
Comment 5 Daniel Prusa 2001-03-22 15:51:14 UTC
[main trunk, NB3.2]
Comment 6 Jan Stola 2001-04-05 08:12:08 UTC
Verified in Netbeans release 3.2 build 21.
Comment 7 Jan Chalupa 2001-05-05 21:36:05 UTC
Target milestone -> 3.2
Comment 8 Quality Engineering 2003-06-30 17:36:42 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.