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 271041 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-05 22:04 UTC by otherrealm
Modified: 2017-07-05 22:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224279


Attachments
stacktrace (3.10 KB, text/plain)
2017-07-05 22:04 UTC, otherrealm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description otherrealm 2017-07-05 22:04:52 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
GUEST: NetBeans was running since a few days without any system restarts. When i tried to close it, it froze and thats when this error should have occured.

GUEST: ??????????

otherrealm: Was git commiting

GUEST: It just blocked the thing up... nothing could be done.

GUEST: Absolutely nothing. Had a php project open. Saw CPU at 100% for a long time, culprit was Netbeans, had to end the process. This happens all the time.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.Integer.valueOf(Integer.java:832)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.createID(NamingFactory.java:222)
   at org.netbeans.modules.masterfs.filebasedfs.naming.NamingFactory.registerInstanceOfFileNaming(NamingFactory.java:274)
   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)
Comment 1 otherrealm 2017-07-05 22:04:55 UTC
Created attachment 164700 [details]
stacktrace