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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED INCOMPLETE
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-25 07:21 UTC by jrobens
Modified: 2014-08-12 18:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208662


Attachments
stacktrace (1.78 KB, text/plain)
2014-03-25 07:22 UTC, jrobens
Details

Note You need to log in before you can comment on or make changes to this bug.
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.