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 268669

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

Description atlioddsson 2016-10-24 21:32:53 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 7

User Comments:
atlioddsson: .

GUEST: Apparently, there was an OutOfMemory Error, but I only know that because this form is telling me that this is why Netbeans froze.  From my perspective, it was just frozen and couldn't be killed.  No error messages.
I had to restart Windows to clear it up.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.util.WeakListenerImpl$ListenerReference.requestCleanUp(WeakListenerImpl.java:567)
   at org.openide.util.WeakListenerImpl.get(WeakListenerImpl.java:156)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:484)
   at com.sun.proxy.$Proxy1.fileDeleted(.java:0)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:181)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapperMulti.dispatchAllEventsSync(FCLSupport.java:248)
Comment 1 atlioddsson 2016-10-24 21:32:54 UTC
Created attachment 162620 [details]
stacktrace