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 256044 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-20 09:48 UTC by ragnar
Modified: 2015-10-20 09:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220645


Attachments
stacktrace (2.79 KB, text/plain)
2015-10-20 09:48 UTC, ragnar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ragnar 2015-10-20 09:48:43 UTC
This bug was originally marked as duplicate of bug 185063, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 8

User Comments:
ragnar: format loooong html page




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.IdentityHashMap.init(IdentityHashMap.java:261)
   at java.util.IdentityHashMap.<init>(IdentityHashMap.java:223)
   at org.openide.util.lookup.ProxyLookup$R.lookupChange(ProxyLookup.java:441)
   at org.openide.util.lookup.ProxyLookup.setData(ProxyLookup.java:313)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:261)
   at org.openide.util.Lookup.lookupResult(Lookup.java:251)
Comment 1 ragnar 2015-10-20 09:48:44 UTC
Created attachment 156828 [details]
stacktrace