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 164920 - AIOOBE in telemetry chart
Summary: AIOOBE in telemetry chart
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Sedlacek
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2009-05-12 10:52 UTC by Jiri Sedlacek
Modified: 2009-05-12 21:32 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 2009-05-12 10:52:15 UTC
Started monitoring, opened big telemetry. Finished monitoring. Started monitoring again:

java.lang.ArrayIndexOutOfBoundsException: 255
	at org.netbeans.lib.profiler.ui.monitor.VMTelemetryModels$2.getTimestamp(VMTelemetryModels.java:109)
	at org.netbeans.lib.profiler.ui.charts.xy.ProfilerXYItem.getXValue(ProfilerXYItem.java:173)
	at org.netbeans.lib.profiler.ui.charts.xy.ProfilerXYItemMarker.paint(ProfilerXYItemMarker.java:324)
	at org.netbeans.lib.profiler.ui.charts.xy.ProfilerXYItemMarker.paintItem(ProfilerXYItemMarker.java:233)
	at org.netbeans.lib.profiler.charts.CompoundItemPainter.paintItem(CompoundItemPainter.java:106)
	at org.netbeans.lib.profiler.charts.ChartComponent.paintContents(ChartComponent.java:404)
	at
org.netbeans.lib.profiler.charts.canvas.TransformableCanvasComponent.paintComponent(TransformableCanvasComponent.java:585)
	at org.netbeans.lib.profiler.charts.canvas.BufferedCanvasComponent.paintComponent(BufferedCanvasComponent.java:367)
	at javax.swing.JComponent.paint(JComponent.java:1027)
	at org.netbeans.lib.profiler.charts.canvas.BufferedCanvasComponent.paint(BufferedCanvasComponent.java:322)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at org.netbeans.swing.tabcontrol.TabbedContainer.paint(TabbedContainer.java:968)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at org.netbeans.core.windows.view.ui.MultiSplitPane.paint(MultiSplitPane.java:325)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JLayeredPane.paint(JLayeredPane.java:564)
	at javax.swing.JComponent.paintChildren(JComponent.java:864)
	at javax.swing.JComponent.paint(JComponent.java:1036)
	at javax.swing.JComponent.paintToOffscreen(JComponent.java:5122)
	at javax.swing.RepaintManager$PaintManager.paintDoubleBuffered(RepaintManager.java:1472)
	at javax.swing.RepaintManager$PaintManager.paint(RepaintManager.java:1403)
	at javax.swing.RepaintManager.paint(RepaintManager.java:1217)
	at javax.swing.JComponent._paintImmediately(JComponent.java:5070)
	at javax.swing.JComponent.paintImmediately(JComponent.java:4880)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:803)
	at javax.swing.RepaintManager.paintDirtyRegions(RepaintManager.java:714)
	at javax.swing.RepaintManager.seqPaintDirtyRegions(RepaintManager.java:694)
[catch] at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(SystemEventQueueUtilities.java:128)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Jiri Sedlacek 2009-05-12 21:32:45 UTC
Fixed in profiler-main:

http://hg.netbeans.org/profiler-main/rev/767fcf4b2997