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 231374 - IllegalStateException at org.netbeans.lib.profiler.results.cpu.StackTraceSnapshotBuilder.addMethodExits
Summary: IllegalStateException at org.netbeans.lib.profiler.results.cpu.StackTraceSnap...
Status: RESOLVED DUPLICATE of bug 231373
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-17 14:50 UTC by Egor Ushakov
Modified: 2013-06-17 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201489


Attachments
stacktrace (4.30 KB, text/plain)
2013-06-17 14:50 UTC, Egor Ushakov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2013-06-17 14:50:01 UTC
Build: NetBeans IDE Dev (Build 201306162301)
VM: Java HotSpot(TM) Client VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: SunOS

User Comments:
gorrus: viewing a snapshot




Stacktrace: 
java.lang.IllegalStateException
   at org.netbeans.lib.profiler.results.cpu.StackTraceSnapshotBuilder.addMethodExits(StackTraceSnapshotBuilder.java:531)
   at org.netbeans.lib.profiler.results.cpu.StackTraceSnapshotBuilder.processDiffs(StackTraceSnapshotBuilder.java:482)
   at org.netbeans.lib.profiler.results.cpu.StackTraceSnapshotBuilder.processDiffs(StackTraceSnapshotBuilder.java:427)
   at org.netbeans.lib.profiler.results.cpu.StackTraceSnapshotBuilder.processThreadDump(StackTraceSnapshotBuilder.java:352)
   at org.netbeans.lib.profiler.results.cpu.StackTraceSnapshotBuilder.addStacktrace(StackTraceSnapshotBuilder.java:319)
   at org.netbeans.modules.profiler.SampledCPUSnapshot.getCPUSnapshot(SampledCPUSnapshot.java:228)
Comment 1 Egor Ushakov 2013-06-17 14:50:03 UTC
Created attachment 135898 [details]
stacktrace
Comment 2 Tomas Hurka 2013-06-17 15:25:39 UTC

*** This bug has been marked as a duplicate of bug 231373 ***