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 178121 - [68cat] ArrayIndexOutOfBoundsException: 42981
Summary: [68cat] ArrayIndexOutOfBoundsException: 42981
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-04 02:40 UTC by nleck
Modified: 2011-01-09 06:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 153855


Attachments
stacktrace (1.85 KB, text/plain)
2009-12-04 02:40 UTC, nleck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nleck 2009-12-04 02:40:01 UTC
Build: NetBeans IDE 6.8 RC1 (Build 200911252200)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.30.8-64.fc11.x86_64, amd64

User Comments:
nleck: profile

GUEST: Remote profiling



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 42981
        at org.netbeans.lib.profiler.results.cpu.marking.MarkingEngine.mark(MarkingEngine.java:154)
        at org.netbeans.lib.profiler.results.cpu.marking.MarkMapper.getMark(MarkMapper.java:73)
        at org.netbeans.lib.profiler.results.cpu.marking.MarkingEngine.markMethod(MarkingEngine.java:139)
        at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.markerMethodEntry(CPUCallGraphBuilder.java:913)
        at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.markerMethodEntry(CPUCallGraphBuilder.java:1044)
        at org.netbeans.lib.profiler.results.cpu.CPUCallGraphBuilder.methodEntryUnstamped(CPUCallGraphBuilder.java:246)
Comment 1 nleck 2009-12-04 02:40:06 UTC
Created attachment 92083 [details]
stacktrace
Comment 2 J Bachorik 2011-01-07 15:48:00 UTC
Fixed, at least the AIOOBE problem. The underlying data inconsistency still
stays ...

http://hg.netbeans.org/profiler-main/rev/c22be67d258f
Comment 3 Quality Engineering 2011-01-09 06:21:07 UTC
Integrated into 'main-golden', will be available in build *201101090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/c22be67d258f
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #178121: Preventing AIOOBE while discovering inconsistency in profiler data. Still logging a warning, though - the root cause will need to be addressed in the profiler engine once.