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 271696 - 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.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-25 11:42 UTC by gymad
Modified: 2017-10-25 11:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227868


Attachments
stacktrace (2.90 KB, text/plain)
2017-10-25 11:42 UTC, gymad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gymad 2017-10-25 11:42:15 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
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:
gymad: Install and First run

GUEST: The ide crashed during startup




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:649)
   at java.lang.StringBuilder.append(StringBuilder.java:202)
   at org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:252)
   at org.netbeans.modules.javascript2.editor.index.JsIndexer.storeObject(JsIndexer.java:252)
Comment 1 gymad 2017-10-25 11:42:18 UTC
Created attachment 165348 [details]
stacktrace