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 251005 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-08 10:50 UTC by wmareci
Modified: 2015-09-11 13:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215949


Attachments
stacktrace (2.22 KB, text/plain)
2015-03-08 10:50 UTC, wmareci
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wmareci 2015-03-08 10:50:16 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
wmareci: Unknown - After leaving NetBeans open overnight, upon resuming after several hours, screens were pure black. Terminated program with Task Manager and re-launched.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.nodes.Node.<init>(Node.java:240)
   at org.openide.nodes.FilterNode.<init>(FilterNode.java:206)
   at org.openide.nodes.FilterNode.<init>(FilterNode.java:187)
   at org.openide.nodes.FilterNode.<init>(FilterNode.java:178)
   at org.openide.nodes.FilterNode.cloneNode(FilterNode.java:367)
   at org.openide.nodes.FilterNode$Children.copyNode(FilterNode.java:1523)
Comment 1 wmareci 2015-03-08 10:50:18 UTC
Created attachment 152476 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-09 08:27:52 UTC
arraylist in at org.netbeans.core.startup.preferences.NbPreferences.put(NbPreferences.java:189)
contains almost 14 mils items.
Comment 3 Theofanis Oikonomou 2015-09-11 13:08:17 UTC
This should be fixed by http://hg.netbeans.org/main-silver/rev/6ad45f1e33cb. Please try a latest build and reopen if it still happens for you. Thank you