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 256594 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-14 03:42 UTC by Exceptions Reporter
Modified: 2015-11-20 11:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 221156


Attachments
stacktrace (1.72 KB, text/plain)
2015-11-14 03:42 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-11-14 03:42:15 UTC
This bug was originally marked as duplicate of bug 236773, 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.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
GUEST: Actually, nothing, took a few hours break during which it must have gone up with memory usage (some 1.6G) and CPU usage (some 90%). This is new for me and certainly would be very nice to not have to restart NetBeans every few hours or so due to this. At first thought it's related to a larger PHP project, but this was not open now, only two smaller size Java projects. May have to do with background dependency scanning. Sorry, cannot be more specific.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.io.UnixFileSystem.resolve(UnixFileSystem.java:108)
   at java.io.File.<init>(File.java:367)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.lookupChildInCache(ChildrenSupport.java:332)
   at org.netbeans.modules.masterfs.filebasedfs.children.ChildrenSupport.getChild(ChildrenSupport.java:119)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$FolderChildrenCache.getChild(FolderObj.java:705)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FileObjectFactory.getFileObject(FileObjectFactory.java:221)
Comment 1 Exceptions Reporter 2015-11-14 03:42:16 UTC
Created attachment 157334 [details]
stacktrace