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 166169 - [67cat] ArrayIndexOutOfBoundsException: 4137817
Summary: [67cat] ArrayIndexOutOfBoundsException: 4137817
Status: RESOLVED INCOMPLETE
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: J Bachorik
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-28 12:31 UTC by nleck
Modified: 2011-10-05 16:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144823


Attachments
stacktrace (4.58 KB, text/plain)
2009-05-28 12:31 UTC, nleck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nleck 2009-05-28 12:31:08 UTC
Build: NetBeans IDE Dev (Build 200905221401)
VM: Java HotSpot(TM) Client VM, 1.5.0_17-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_17-b04
OS: SunOS, 5.10, sparc

User Comments:
GUEST: The error occured when attempting to take a snapshot in the profiler (analyze performance).



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 4137817
        at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.store2Bytes(CPUCCTContainer.java:531)
        at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.setNChildrenForNodeOfs(CPUCCTContainer.java:377)
        at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.generateNodeBase(CPUCCTContainer.java:974)
        at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.generateMirrorNode(CPUCCTContainer.java:853)
        at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.generateMirrorNode(CPUCCTContainer.java:872)
        at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.generateMirrorNode(CPUCCTContainer.java:872)
Comment 1 nleck 2009-05-28 12:31:12 UTC
Created attachment 82905 [details]
stacktrace
Comment 2 J Bachorik 2009-06-08 12:34:59 UTC
Please, turn on logging (-J-Xorg.netbeans.lib.profiler.results.cpu.level=100) and try to reproduce the problem. Then
attach the IDE log file to this message.
Comment 3 matusdekanek 2009-09-18 12:28:09 UTC
Not reproduced for a few months and missing additional information - resolving invalid. There is nothing we can do 
right now. 
Comment 4 incubos 2010-07-16 14:14:17 UTC
(In reply to comment #2)
> Please, turn on logging (-J-Xorg.netbeans.lib.profiler.results.cpu.level=100)
> and try to reproduce the problem. Then
> attach the IDE log file to this message.

netbeans tells:

Unrecognized option: -Xorg.netbeans.lib.profiler.results.cpu.level=100
Comment 5 J Bachorik 2011-10-05 16:50:59 UTC
The argument for logging should have been -J-Dorg.netbeans.lib.profiler.results.cpu.level=100 (a standard logger level setting).