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 114751 - AIOOBE after rerun profiling
Summary: AIOOBE after rerun profiling
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: J Bachorik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 13:17 UTC by Maksim Khramov
Modified: 2007-10-09 09:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stacktrace log for this issue (1.40 KB, application/octet-stream)
2007-09-05 13:17 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2007-09-05 13:17:12 UTC
Product Version: NetBeans IDE 6.0 Beta 1 (Build 200709041200) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)

Steps to reproduce:
Profile AnagramGame test project in Analyze memory mode. Record object creation and GC, , record stack trace.
Open live results window.
Play with application.
In Live Results window select any class and invoke 'Stop profiling classes below this line'
Stop profiling session and run it again.
The exception is thrown:
java.lang.ArrayIndexOutOfBoundsException: 1905
	at com.sun.tools.profiler.results.memory.MemoryCCTProvider$ObjectNumbersContainer.<init>(MemoryCCTProvider.java:87)
	at com.sun.tools.profiler.results.memory.MemoryCallGraphBuilder.getLivenessObjectNumbers(MemoryCallGraphBuilder.java:203)
...
Comment 1 Maksim Khramov 2007-09-05 13:17:36 UTC
Created attachment 48156 [details]
Stacktrace log for this issue
Comment 2 J Bachorik 2007-09-06 15:45:55 UTC
fixed in trunk
Comment 3 Maksim Khramov 2007-10-09 09:16:05 UTC
Verified in build 200710081200