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 243048 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 242778
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-19 11:12 UTC by turneliusz
Modified: 2014-03-28 06:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208510


Attachments
stacktrace (2.63 KB, text/plain)
2014-03-19 11:12 UTC, turneliusz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description turneliusz 2014-03-19 11:12:23 UTC
Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows 7

User Comments:
turneliusz: Related probably with https://netbeans.org/bugzilla/show_bug.cgi?id=243043




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.openide.filesystems.AbstractFileSystem.createFileObject(AbstractFileSystem.java:450)
   at org.openide.filesystems.AbstractFileObject.createFile(AbstractFileObject.java:140)
   at org.openide.filesystems.AbstractFolder.getChild(AbstractFolder.java:370)
   at org.openide.filesystems.AbstractFolder.getChild(AbstractFolder.java:341)
   at org.openide.filesystems.AbstractFolder.getChildren(AbstractFolder.java:258)
   at org.openide.filesystems.MultiFileObject.list(MultiFileObject.java:479)
Comment 1 turneliusz 2014-03-19 11:12:25 UTC
Created attachment 146141 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-03-28 06:28:26 UTC
There is a local variable of type java.util.ArrayDeque$DeqIterator with retained size 679 MB in method o.n.m.javascript2.editor.JsCodeCompletion.complete.
Seems to be duplicate of 242778.
Reassigning to javascript/Editor. Please evaluate it, thank you.

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