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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: ragnar
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220645
Attachments: stacktrace

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