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 257544 - AIOOBE in VMTelemetryDataManager.addValuesInternal
Summary: AIOOBE in VMTelemetryDataManager.addValuesInternal
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: RANDOM
: 256142 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-01-13 09:32 UTC by Jiri Sedlacek
Modified: 2016-08-12 13:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Sedlacek 2016-01-13 09:32:46 UTC
No steps to reproduce, random, rare.

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)
[catch] at org.netbeans.modules.profiler.ProfilingMonitor$UpdateThread$1.run(ProfilingMonitor.java:123)
	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)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:76)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:159)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
Comment 1 Quality Engineering 2016-01-27 02:31:37 UTC
Integrated into 'main-silver', will be available in build *201601270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a434446c707b
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #257544 - create leading gcStart instead of removing leading gcFinish
Comment 2 Jiri Sedlacek 2016-01-27 16:02:03 UTC
Hopefully fixed by http://hg.netbeans.org/profiler-main/rev/a434446c707b.
Comment 3 Tomas Hurka 2016-08-12 13:27:39 UTC
*** Bug 256142 has been marked as a duplicate of this bug. ***