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 262045

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: jonycus <jonycus>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224062
Attachments: stacktrace

Description jonycus 2016-05-16 13:48:49 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-250-on-20151009)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
jonycus: I have ni idea why this happened




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.ArrayDeque.iterator(ArrayDeque.java:606)
   at java.util.AbstractCollection.addAll(AbstractCollection.java:343)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.collectSubnames(NamingFactory.java:206)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.findSubTree(NamingFactory.java:191)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.invalidateSubtree(FileObjectFactory.java:458)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:551)
Comment 1 jonycus 2016-05-16 13:48:51 UTC
Created attachment 159775 [details]
stacktrace