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 249652 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Print (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-05 22:24 UTC by powelljf3
Modified: 2015-02-06 16:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214602


Attachments
stacktrace (1.96 KB, text/plain)
2015-01-05 22:24 UTC, powelljf3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description powelljf3 2015-01-05 22:24:28 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.11-b03, Java(TM) SE Runtime Environment, 1.8.0_11-b12
OS: Windows 7

User Comments:
powelljf3: It was just running and crashed.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3175)
   at java.util.ArrayList.grow(ArrayList.java:246)
   at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:220)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:212)
   at java.util.ArrayList.add(ArrayList.java:443)
   at sun.management.MappedMXBeanType$CompositeDataMXBeanType.<init>(MappedMXBeanType.java:672)
Comment 1 powelljf3 2015-01-05 22:24:29 UTC
Created attachment 151377 [details]
stacktrace
Comment 2 Jaroslav Tulach 2015-01-28 14:30:07 UTC
Tondo, can you please find somebody with access to heap dumps & etc. to analyse these issues? Thanks.
Comment 3 Tomas Hurka 2015-02-06 16:59:29 UTC
There are 11,222,820 instances of org.netbeans.modules.print.provider.ComponentPage. All those instances are in java.util.ArrayList#20348, which has retained size 1,008,586,856 bytes. Reassigning to print module.