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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: otherrealm
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224279
Attachments: stacktrace

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