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 246303 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED INCOMPLETE
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-08-06 12:41 UTC by Briganti
Modified: 2015-09-07 13:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211126


Attachments
stacktrace (2.83 KB, text/plain)
2014-08-06 12:41 UTC, Briganti
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Briganti 2014-08-06 12:41:09 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.51-b03, OpenJDK Runtime Environment, 1.7.0_55-b14
OS: Linux

User Comments:
Briganti: Nothing special ... I just opened a new project.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:203)
   at java.lang.String.substring(String.java:1913)
   at java.lang.String.split(String.java:2303)
   at java.lang.String.split(String.java:2355)
   at org.netbeans.modules.javascript2.editor.model.impl.ModelUtils.resolveSemiTypeChain(ModelUtils.java:695)
Comment 1 Briganti 2014-08-06 12:41:11 UTC
Created attachment 148575 [details]
stacktrace
Comment 2 Petr Pisl 2015-09-07 13:58:40 UTC
Missing heap dump.