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 241051 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 236773
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.4
Hardware: All Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-28 10:40 UTC by Bazilio
Modified: 2014-01-28 11:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207026


Attachments
stacktrace (2.38 KB, text/plain)
2014-01-28 10:40 UTC, Bazilio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bazilio 2014-01-28 10:40:26 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
Bazilio: Sometimes NetBeans begins load all cpus to 100%. I had to kill process to stop it.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.File.getParentFile(File.java:501)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getOrCreate(FileObjectFactory.java:435)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.issueIfExist(FileObjectFactory.java:408)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getFileObject(FileObjectFactory.java:226)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.refreshImpl(FolderObj.java:493)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.refresh(BaseFileObj.java:834)
Comment 1 Bazilio 2014-01-28 10:40:27 UTC
Created attachment 144460 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-01-28 11:43:34 UTC
There are almost 9 million instances of FCLSupport$DispatchEventWrapper.
Duplicate of bug 236773, which is already fixed.
Thank you for reporting.

*** This bug has been marked as a duplicate of bug 236773 ***