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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: pfabier
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221156
Attachments: stacktrace

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