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 207567 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2012-01-20 12:27 UTC by Martin Entlicher
Modified: 2012-01-25 16:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 184602


Attachments
stacktrace (1.01 KB, text/plain)
2012-01-20 12:27 UTC, Martin Entlicher
Details
stacktrace (1.20 KB, text/plain)
2012-01-20 14:06 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2012-01-20 12:27:28 UTC
Build: NetBeans IDE Dev (Build 20111104-9c60b7842703)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Linux

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.evaluateCondition(BreakpointImpl.java:687)
   at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.processCondition(BreakpointImpl.java:403)
   at org.netbeans.modules.debugger.jpda.breakpoints.ClassBasedBreakpoint.processCondition(ClassBasedBreakpoint.java:95)
   at org.netbeans.modules.debugger.jpda.breakpoints.BreakpointImpl.processCondition(BreakpointImpl.java:351)
   at org.netbeans.modules.debugger.jpda.breakpoints.ClassBasedBreakpoint.processCondition(ClassBasedBreakpoint.java:95)
   at org.netbeans.modules.debugger.jpda.breakpoints.LineBreakpointImpl.processCondition(LineBreakpointImpl.java:504)
Comment 1 Martin Entlicher 2012-01-20 12:27:30 UTC
Created attachment 115115 [details]
stacktrace
Comment 2 Martin Entlicher 2012-01-20 12:34:08 UTC
Looks like very random, occurred just during debugging. No particular steps to reproduce are known.
Comment 3 Martin Entlicher 2012-01-20 14:06:43 UTC
Created attachment 115120 [details]
stacktrace
Comment 4 Martin Entlicher 2012-01-23 16:52:17 UTC
Fixed by changeset:   211267:762fdd71b940
http://hg.netbeans.org/main/rev/762fdd71b940
Comment 5 Quality Engineering 2012-01-25 16:37:32 UTC
Integrated into 'main-golden', will be available in build *201201250600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/762fdd71b940
User: mentlicher@netbeans.org
Log: #207567: Check the presence of stack frames.