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

Summary: ArrayIndexOutOfBoundsException: 0
Product: debugger Reporter: Martin Entlicher <mentlicher>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: mentlicher
Priority: P4 Keywords: RANDOM
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 184602
Attachments: stacktrace
stacktrace

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.