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 270862 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-12 17:01 UTC by Tamashi
Modified: 2017-06-12 17:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229438


Attachments
stacktrace (2.71 KB, text/plain)
2017-06-12 17:01 UTC, Tamashi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tamashi 2017-06-12 17:01:37 UTC
Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
Tamashi: The Netbeans crashed and without reason started to consume 1.5 GB of my RAM memory.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.AbstractCollection.toArray(AbstractCollection.java:136)
   at java.util.ArrayList.addAll(ArrayList.java:577)
   at org.openide.util.lookup.ProxyLookup$LazyCollection.computeDelegate(ProxyLookup.java:1143)
   at org.openide.util.lookup.ProxyLookup$LazyCollection.delegate(ProxyLookup.java:1090)
   at org.openide.util.lookup.ProxyLookup$LazyCollection.delegate(ProxyLookup.java:1073)
   at org.openide.util.lookup.ProxyLookup$LazyCollection.equals(ProxyLookup.java:1199)
Comment 1 Tamashi 2017-06-12 17:01:39 UTC
Created attachment 164514 [details]
stacktrace