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 270519 - 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-04-28 18:55 UTC by Exceptions Reporter
Modified: 2017-04-28 18:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228994


Attachments
stacktrace (2.38 KB, text/plain)
2017-04-28 18:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-04-28 18:55:31 UTC
This bug was originally marked as duplicate of bug 246841, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

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: Linux

User Comments:
GUEST: operation clean and builting...




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.proxy.$Proxy1.fileChanged(.java:0)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:178)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapperMulti.dispatchAllEventsSync(FCLSupport.java:248)
   at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:137)
   at org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:112)
   at org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1435)
Comment 1 Exceptions Reporter 2017-04-28 18:55:33 UTC
Created attachment 164206 [details]
stacktrace