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 - 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.0
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-22 07:33 UTC by chiragp.spaceo
Modified: 2016-04-22 07:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223688


Attachments
stacktrace (2.88 KB, text/plain)
2016-04-22 07:33 UTC, chiragp.spaceo
Details

Note You need to log in before you can comment on or make changes to this bug.
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