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 270905 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-19 08:19 UTC by billwanathpal
Modified: 2017-06-19 08:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229491


Attachments
stacktrace (3.79 KB, text/plain)
2017-06-19 08:19 UTC, billwanathpal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description billwanathpal 2017-06-19 08:19:44 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.131-b11, Java(TM) SE Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
billwanathpal: OutOfMemoryError: GC overhead limit exceeded




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.createFileNaming(NamingFactory.java:389)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:314)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:132)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.fromFile(NamingFactory.java:109)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport$2IOJob.run(ChildrenSupport.java:274)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.computeChildren(FolderObj.java:171)
Comment 1 billwanathpal 2017-06-19 08:19:46 UTC
Created attachment 164568 [details]
stacktrace