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 258450 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-20 15:56 UTC by n.s.r
Modified: 2016-03-20 15:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223107


Attachments
stacktrace (2.62 KB, text/plain)
2016-03-20 15:56 UTC, n.s.r
Details

Note You need to log in before you can comment on or make changes to this bug.
Description n.s.r 2016-03-20 15:56:43 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.65-b01, Java(TM) SE Runtime Environment, 1.8.0_65-b17
OS: Windows 8.1

User Comments:
n.s.r: the programe close and did not work 
remove last project




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.util.lookup.ProxyLookup.identityHashSet(ProxyLookup.java:111)
   at org.openide.util.lookup.ProxyLookup.setData(ProxyLookup.java:304)
   at org.openide.util.lookup.ProxyLookup.lookup(ProxyLookup.java:261)
   at org.openide.nodes.Node$LookupEventList.init(Node.java:1831)
   at org.openide.nodes.Node.internalLookup(Node.java:262)
   at org.openide.nodes.Node.getLookup(Node.java:812)
Comment 1 n.s.r 2016-03-20 15:56:45 UTC
Created attachment 158932 [details]
stacktrace