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 262520 - 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-06-21 22:09 UTC by waar19
Modified: 2016-06-21 22:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224743


Attachments
stacktrace (2.88 KB, text/plain)
2016-06-21 22:09 UTC, waar19
Details

Note You need to log in before you can comment on or make changes to this bug.
Description waar19 2016-06-21 22:09:46 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Mac OS X

User Comments:
waar19: <Please provide a description of the problem or the steps to reproduce>

bug




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.nodes.EntrySupportLazy.setEntries(EntrySupportLazy.java:472)
   at org.openide.nodes.EntrySupport.setEntries(EntrySupport.java:83)
   at org.openide.nodes.FilterNode$Children$LazySupport.updateEntries(FilterNode.java:1863)
   at org.openide.nodes.FilterNode$Children$LazySupport.access$500(FilterNode.java:1742)
   at org.openide.nodes.FilterNode$Children$LazySupport$1.run(FilterNode.java:1838)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.leaveImpl(DefaultMutexImplementation.java:681)
Comment 1 waar19 2016-06-21 22:09:48 UTC
Created attachment 160118 [details]
stacktrace