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 246711 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Engine (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-26 22:23 UTC by pekarna
Modified: 2015-07-22 04:37 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177474


Attachments
stacktrace (3.02 KB, text/plain)
2014-08-26 22:23 UTC, pekarna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2014-08-26 22:23:10 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.51-b03, OpenJDK Runtime Environment, 1.7.0_55-b14
OS: Linux

User Comments:
pekarna: After a long profiling session.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.addChild(CPUCCTContainer.java:655)
   at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.addChild(CPUCCTContainer.java:655)
   at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.addChild(CPUCCTContainer.java:655)
   at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.addChild(CPUCCTContainer.java:655)
   at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.addChild(CPUCCTContainer.java:655)
   at org.netbeans.lib.profiler.results.cpu.CPUCCTContainer.addChild(CPUCCTContainer.java:655)
Comment 1 pekarna 2014-08-26 22:23:12 UTC
Created attachment 148912 [details]
stacktrace
Comment 2 Tomas Hurka 2015-07-20 14:12:20 UTC
Fixed in profiler-main

changeset:   289320:909fd73a3e05
user:        Tomas Hurka <thurka@netbeans.org>
date:        Mon Jul 20 16:11:09 2015 +0200
summary:     bugfix #246711, avoid one-item arrays for children
Comment 3 Quality Engineering 2015-07-22 04:37:13 UTC
Integrated into 'main-silver', will be available in build *201507220303* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/909fd73a3e05
User: Tomas Hurka <thurka@netbeans.org>
Log: bugfix #246711, avoid one-item arrays for children