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 256431

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: linde37
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219633
Attachments: stacktrace

Description linde37 2015-11-07 09:43:37 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8.1

User Comments:
linde37: deleting 999 small files generated bij mPDF

GUEST: I had many file tabs open, as well as many search tabs open. I perform git actions on an external command line. After performing a few git actions (checking out another branch) switching back to netbeans became unresponsive. I used the task manager to close Netbeans




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toLowerCase(String.java:2578)
   at java.io.WinNTFileSystem.hashCode(WinNTFileSystem.java:640)
   at java.io.File.hashCode(File.java:2132)
   at org.netbeans.modules.masterfs.filebasedfs.utils.Utils.hashCode(Utils.java:93)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.createID(NamingFactory.java:222)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:274)
Comment 1 linde37 2015-11-07 09:43:39 UTC
Created attachment 157204 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-11-09 08:40:16 UTC
3 million instances of FilterNode$FilterLookup$ProxyResult.
Duplicate of bug 248022.

> deleting 999 small files generated bij mPDF
Please, did you delete the files in the IDE (Projects, Files, or Favorites window) or in some external application (Windows Explorer, command line)?

Thank you for reporting.

*** This bug has been marked as a duplicate of bug 248022 ***
Comment 3 linde37 2015-11-09 17:30:42 UTC
I did delete them from the IDE in the projects tab.