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 251996 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 251576
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: 2015-04-22 16:35 UTC by mnunes
Modified: 2015-08-13 12:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216916


Attachments
stacktrace (778 bytes, text/plain)
2015-04-22 16:35 UTC, mnunes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mnunes 2015-04-22 16:35:21 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
mnunes: editor totaly freezed, window was getting focus and losting it.
I do have 16gb of ram, so out of memory is really strange report...

strange that Garbage collector throw that error.

But, i remeber i did a js lib update and then i close the project properties before it end.
Since that operation normally takes long maybe the GC error cames from there...




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:0)
   at java.lang.String.<init>(String.java:0)
   at java.lang.StringBuilder.toString(StringBuilder.java:0)
   at org.openide.filesystems.FileObject.getPath(FileObject.java:223)
   at org.openide.filesystems.MultiFileObject.delegates(MultiFileObject.java:431)
   at org.openide.filesystems.MultiFileObject.refresh(MultiFileObject.java:1449)
Comment 1 mnunes 2015-04-22 16:35:23 UTC
Created attachment 153307 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-08-13 12:25:14 UTC
The heap dump contains over 2 million instances of String and URL holding paths to files in CDN JS master archive.

Thank you for reporting.

*** This bug has been marked as a duplicate of bug 251576 ***