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 249457

Summary: ArrayIndexOutOfBoundsException: 4
Product: profiler Reporter: Jiri Skrivanek <jskrivanek>
Component: EngineAssignee: Tomas Hurka <thurka>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214339
Attachments: stacktrace

Description Jiri Skrivanek 2014-12-19 13:20:45 UTC
Build: NetBeans IDE Dev (Build 201412180001)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Windows 7

User Comments:
jskrivanek: I profiled with selected methods, then started to profile objects and switched to methods while profiling. Not sure if it is reproducible.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 4
   at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.methodExit(CPUCallGraphBuilder.java:263)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor$3.execute(CPUDataFrameProcessor.java:450)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.foreachListener(AbstractDataFrameProcessor.java:177)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.fireMethodExit(CPUDataFrameProcessor.java:448)
   at org.netbeans.lib.profiler.results.cpu.CPUDataFrameProcessor.doProcessDataFrame(CPUDataFrameProcessor.java:223)
   at org.netbeans.lib.profiler.results.AbstractDataFrameProcessor.processDataFrame(AbstractDataFrameProcessor.java:97)
Comment 1 Jiri Skrivanek 2014-12-19 13:20:47 UTC
Created attachment 151208 [details]
stacktrace
Comment 2 Tomas Hurka 2014-12-19 13:23:27 UTC

*** This bug has been marked as a duplicate of bug 249323 ***