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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 248022
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-07 09:43 UTC by linde37
Modified: 2015-11-09 17:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219633


Attachments
stacktrace (2.94 KB, text/plain)
2015-11-07 09:43 UTC, linde37
Details

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