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 244738 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED INCOMPLETE
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: 2014-05-27 01:33 UTC by rider453
Modified: 2014-05-30 07:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209944


Attachments
stacktrace (2.72 KB, text/plain)
2014-05-27 01:33 UTC, rider453
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rider453 2014-05-27 01:33:49 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Windows 7

User Comments:
rider453: Hi
I was coding an application with database, by then  it takes time to complete the
module code.
Thanks




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:459)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:874)
   at org.openide.filesystems.MultiFileObject.getAttribute(MultiFileObject.java:798)
   at org.openide.filesystems.MultiFileObject.weightOf(MultiFileObject.java:366)
Comment 1 rider453 2014-05-27 01:33:51 UTC
Created attachment 147459 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-05-30 07:37:09 UTC
I'm sorry, the report doesn't contain any heap dump, so we cannot investigate what consumed the memory.

If you can reproduce the bug, please upload the heap dump (and reopen this issue).
See http://wiki.netbeans.org/FaqMemoryDump.

Closing as incomplete for now.
Thank you.