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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: csiwale
Component: NodesAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227612
Attachments: stacktrace

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