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 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 22:37 UTC by ericgaonz
Modified: 2016-10-19 13:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215767


Attachments
stacktrace (2.90 KB, text/plain)
2016-08-09 22:37 UTC, ericgaonz
Details
stacktrace (2.58 KB, text/plain)
2016-09-13 19:57 UTC, madman6886
Details
stacktrace (2.82 KB, text/plain)
2016-10-19 13:32 UTC, mrpc
Details

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