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 - ArrayIndexOutOfBoundsException: 4
Summary: ArrayIndexOutOfBoundsException: 4
Status: VERIFIED DUPLICATE of bug 249323
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-19 13:20 UTC by Jiri Skrivanek
Modified: 2015-03-25 14:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214339


Attachments
stacktrace (1.17 KB, text/plain)
2014-12-19 13:20 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***