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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-16 13:48 UTC by jonycus
Modified: 2016-05-16 13:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224062


Attachments
stacktrace (1.55 KB, text/plain)
2016-05-16 13:48 UTC, jonycus
Details

Note You need to log in before you can comment on or make changes to this bug.
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