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 271781 - 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: 2017-11-10 05:11 UTC by jasim_dipu
Modified: 2017-11-10 05:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210597


Attachments
stacktrace (2.58 KB, text/plain)
2017-11-10 05:11 UTC, jasim_dipu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasim_dipu 2017-11-10 05:11:16 UTC
Build: NetBeans IDE 8.1 (Build 20151231-debian-8.1)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-8u131-b11-2ubuntu1.16.04.3-b11
OS: Linux

User Comments:
jasim_dipu: out of memory error.

GUEST: I leave it netbeans opened about 2 hr




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.filesystems.PathElements.getEnumeration(PathElements.java:0)
   at org.openide.filesystems.AbstractFileSystem.findResource(AbstractFileSystem.java:0)
   at org.openide.filesystems.MultiFileSystem.findResourceOn(MultiFileSystem.java:0)
   at org.openide.filesystems.MultiFileSystem$1Resources.process(MultiFileSystem.java:0)
   at org.openide.filesystems.MultiFileSystem$1Resources.process(MultiFileSystem.java:0)
   at org.openide.util.Enumerations$FilEn.hasMoreElements(Enumerations.java:0)
Comment 1 jasim_dipu 2017-11-10 05:11:19 UTC
Created attachment 165425 [details]
stacktrace