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 - 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: 2016-10-24 21:32 UTC by atlioddsson
Modified: 2017-10-17 17:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 223009


Attachments
stacktrace (2.26 KB, text/plain)
2016-10-24 21:32 UTC, atlioddsson
Details

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