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 269513 - 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-01-09 10:17 UTC by csiwale
Modified: 2017-01-09 10:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227612


Attachments
stacktrace (751 bytes, text/plain)
2017-01-09 10:17 UTC, csiwale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description csiwale 2017-01-09 10:17:55 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Mac OS X

User Comments:
csiwale: Netbeans is very slow and hanging




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.nodes.ChildFactory.createWaitNode(ChildFactory.java:194)
   at org.openide.nodes.ChildFactory.getWaitNode(ChildFactory.java:172)
   at org.openide.nodes.AsynchChildren$1.add(AsynchChildren.java:190)
   at org.netbeans.modules.maven.repository.GroupListChildren.createKeys(GroupListChildren.java:107)
   at org.openide.nodes.AsynchChildren.run(AsynchChildren.java:215)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 csiwale 2017-01-09 10:17:57 UTC
Created attachment 163360 [details]
stacktrace