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 248340 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
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-11-02 11:09 UTC by tveimo
Modified: 2015-09-07 12:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 213078


Attachments
stacktrace (2.76 KB, text/plain)
2014-11-02 11:09 UTC, tveimo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tveimo 2014-11-02 11:09:47 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.20-b23, Java(TM) SE Runtime Environment, 1.8.0_20-b26
OS: Mac OS X

User Comments:
tveimo: redeploying a large maven project




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.String.<init>(String.java:201)
   at java.lang.StringBuilder.toString(StringBuilder.java:407)
   at jdk.nashorn.internal.runtime.ErrorManager.format(ErrorManager.java:127)
   at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:253)
   at jdk.nashorn.internal.parser.AbstractParser.error(AbstractParser.java:240)
Comment 1 tveimo 2014-11-02 11:09:49 UTC
Created attachment 150208 [details]
stacktrace
Comment 2 roti 2014-12-01 11:56:52 UTC
Looks like same as Bug 247587
Comment 3 Exceptions Reporter 2015-03-03 07:04:19 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=213078
Comment 4 Petr Pisl 2015-09-07 12:28:36 UTC
Already fixed in NB 8.1 code. Problem in the parser errors, that contains copy almost of the whole text from the parsed document.