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 267513

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: ericgaonz
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: madman6886, mrpc
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215767
Attachments: stacktrace
stacktrace
stacktrace

Description ericgaonz 2016-08-09 22:37:50 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: ???????? netBeans

GUEST: I don't know?

GUEST: .

GUEST: The application keeps running out of memory over time, i always have to close it and open again to clear the memory.

ericgaonz: I was using it for 10 hours




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toLowerCase(String.java:2590)
   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.fileobjects.FileObjectFactory.getCachedOnly(FileObjectFactory.java:680)
Comment 1 ericgaonz 2016-08-09 22:37:52 UTC
Created attachment 161612 [details]
stacktrace
Comment 2 madman6886 2016-09-13 19:57:51 UTC
Created attachment 162036 [details]
stacktrace

IDE Idling... Then crashing...
Comment 3 mrpc 2016-10-19 13:32:35 UTC
Created attachment 162555 [details]
stacktrace

NetBeans was running on background. When I switched back to it, it was not responsive.