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 161853 - [67cat] StackOverflowError at org.netbeans.lib.profiler.results.cpu.cct.nodes.MethodCPUCCTNode.<init>
Summary: [67cat] StackOverflowError at org.netbeans.lib.profiler.results.cpu.cct.nodes...
Status: RESOLVED WORKSFORME
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-03 09:51 UTC by aldobrucale
Modified: 2009-06-11 16:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148819


Attachments
stacktrace (100.08 KB, text/plain)
2009-04-03 09:51 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2009-04-03 09:51:17 UTC
Build: NetBeans IDE Dev (Build 200904020200)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-11-generic, i386

User Comments:
aldobrucale: Openin projects after first run (importing settings from 6.5)



Stacktrace: 
java.lang.StackOverflowError
        at org.netbeans.lib.profiler.results.cpu.cct.nodes.MethodCPUCCTNode.<init>(MethodCPUCCTNode.java:95)
        at org.netbeans.lib.profiler.results.cpu.cct.CPUCCTNodeFactory.createMethodNode(CPUCCTNodeFactory.java:73)
        at org.netbeans.lib.profiler.results.cpu.cct.nodes.MethodCPUCCTNode.createSelfInstance(MethodCPUCCTNode.java:116)
        at org.netbeans.lib.profiler.results.cpu.cct.nodes.TimedCPUCCTNode.clone(TimedCPUCCTNode.java:315)
        at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.addChild(CPUCCTContainer.java:604)
        at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.addChild(CPUCCTContainer.java:625)
Comment 1 aldobrucale 2009-04-03 09:51:28 UTC
Created attachment 79356 [details]
stacktrace
Comment 2 Tomas Hurka 2009-04-06 10:20:52 UTC
> aldobrucale: Openin projects after first run (importing settings from 6.5)
Can you please attach messages.log file and provide steps how to reproduce it. Thanks.
Comment 3 aldobrucale 2009-04-14 11:29:52 UTC
Sorry, I can't reproduce it any more.