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 243237

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: db Reporter: jrobens
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 208662
Attachments: stacktrace

Description jrobens 2014-03-25 07:21:59 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Mac OS X

User Comments:
jrobens: No idea - didn't realise there was a problem.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.AbstractList.iterator(AbstractList.java:288)
   at java.util.Collections$2.<init>(Collections.java:3658)
   at java.util.Collections.enumeration(Collections.java:3657)
   at org.openide.util.lookup.InheritanceTree.arrayEn(InheritanceTree.java:1245)
   at org.openide.util.lookup.ArrayStorage.lookup(ArrayStorage.java:228)
   at org.openide.util.lookup.DelegatingStorage.lookup(DelegatingStorage.java:174)
Comment 1 jrobens 2014-03-25 07:22:01 UTC
Created attachment 146285 [details]
stacktrace
Comment 2 matthias42 2014-08-12 18:03:12 UTC
Without further information or preferably a HeapDump/profiler snapshot, the problem can't be narrowed down.