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 256142 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: RESOLVED DUPLICATE of bug 257544
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: 2015-10-23 16:33 UTC by Jiri Sedlacek
Modified: 2016-08-12 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220736


Attachments
stacktrace (1.46 KB, text/plain)
2015-10-23 16:33 UTC, Jiri Sedlacek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2015-10-23 16:33:45 UTC
Build: NetBeans IDE Dev (Build 20151012-e924da8dab36)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
jis: Just left an Objects profiling session running.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at org.netbeans.lib.profiler.results.monitor.VMTelemetryDataManager.addValuesInternal(VMTelemetryDataManager.java:269)
   at org.netbeans.lib.profiler.results.monitor.VMTelemetryDataManager.processData(VMTelemetryDataManager.java:146)
   at org.netbeans.modules.profiler.ProfilingMonitor$UpdateThread$1.run(ProfilingMonitor.java:126)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:301)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 Jiri Sedlacek 2015-10-23 16:33:47 UTC
Created attachment 156942 [details]
stacktrace
Comment 2 Tomas Hurka 2016-08-12 13:27:39 UTC

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