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 257648 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
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: 2016-01-20 15:48 UTC by Uniser
Modified: 2016-01-20 15:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222212


Attachments
stacktrace (2.32 KB, text/plain)
2016-01-20 15:48 UTC, Uniser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Uniser 2016-01-20 15:48:56 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
Uniser: Ctpl+space in big project




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:207)
   at java.lang.String.substring(String.java:1969)
   at org.netbeans.modules.javascript2.editor.index.IndexedElement.getFQN(IndexedElement.java:276)
   at org.netbeans.modules.javascript2.editor.index.IndexedElement.create(IndexedElement.java:230)
   at org.netbeans.modules.javascript2.editor.JsCodeCompletion.complete(JsCodeCompletion.java:156)
Comment 1 Uniser 2016-01-20 15:48:57 UTC
Created attachment 158194 [details]
stacktrace