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 258967

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: chiragp.spaceo
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223688
Attachments: stacktrace

Description chiragp.spaceo 2016-04-22 07:33:16 UTC
This bug was originally marked as duplicate of bug 244738, 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.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
chiragp.spaceo: Unexpected stop working , it hang up




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.filesystems.PathElements.getEnumeration(PathElements.java:83)
   at org.openide.filesystems.AbstractFileSystem.findResource(AbstractFileSystem.java:240)
   at org.openide.filesystems.MultiFileSystem.findResourceOn(MultiFileSystem.java:469)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:874)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:940)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:877)
Comment 1 chiragp.spaceo 2016-04-22 07:33:18 UTC
Created attachment 159393 [details]
stacktrace