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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: utilities Reporter: powelljf3
Component: PrintAssignee: issues@utilities <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214602
Attachments: stacktrace

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.