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 151573 - [65cat] ArrayIndexOutOfBoundsException: 0
Summary: [65cat] ArrayIndexOutOfBoundsException: 0
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-10-28 11:29 UTC by sunbiz
Modified: 2009-09-18 22:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 133422


Attachments
stacktrace (395 bytes, text/plain)
2008-10-28 11:29 UTC, sunbiz
Details
stacktrace (396 bytes, text/plain)
2009-05-26 23:05 UTC, ieising
Details
stacktrace (396 bytes, text/plain)
2009-05-26 23:31 UTC, ieising
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2008-10-28 11:29:27 UTC
Build: NetBeans IDE Dev (Build 200810240201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
Comment 1 sunbiz 2008-10-28 11:29:36 UTC
Created attachment 72757 [details]
stacktrace
Comment 2 Martin Entlicher 2008-11-11 16:38:01 UTC
Looks like a very rare failure, probably the call stack failed to retrieve and that caused the inability to reference
the 0th index.
Comment 3 ieising 2009-05-26 23:05:01 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
        at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.checkJSR45Languages(JPDADebuggerImpl.java:1946)
        at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.setStoppedState(JPDADebuggerImpl.java:1334)
        at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:410)
        at java.lang.Thread.run(Thread.java:619)
Comment 4 ieising 2009-05-26 23:05:10 UTC
Created attachment 82827 [details]
stacktrace
Comment 5 ieising 2009-05-26 23:30:57 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
        at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.checkJSR45Languages(JPDADebuggerImpl.java:1946)
        at org.netbeans.modules.debugger.jpda.JPDADebuggerImpl.setStoppedState(JPDADebuggerImpl.java:1334)
        at org.netbeans.modules.debugger.jpda.util.Operator$1.run(Operator.java:410)
        at java.lang.Thread.run(Thread.java:619)
Comment 6 ieising 2009-05-26 23:31:02 UTC
Created attachment 82828 [details]
stacktrace
Comment 7 Martin Entlicher 2009-09-10 16:25:57 UTC
Fixed in changeset:   144719:7336fcfc7c70
http://hg.netbeans.org/main/rev/7336fcfc7c70
Comment 8 Quality Engineering 2009-09-18 22:37:50 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/7336fcfc7c70
User: mentlicher@netbeans.org
Log: #151573 - Check the returned frames.