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 251378 - 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: 2015-03-23 13:25 UTC by _ alexlamsl
Modified: 2015-05-25 12:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214050


Attachments
stacktrace (3.01 KB, text/plain)
2015-03-23 13:25 UTC, _ alexlamsl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ alexlamsl 2015-03-23 13:25:25 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows Server 2012

User Comments:
GUEST: Tries loading a large and complex JSON file. Still an avid Netbeans Fan.

alexlamsl: auto-format large JSON file




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.javascript2.editor.lexer.JsonColoringLexer.<init>(JsonColoringLexer.java:251)
   at org.netbeans.modules.javascript2.editor.lexer.JsonLexer.<init>(JsonLexer.java:69)
   at org.netbeans.modules.javascript2.editor.lexer.JsonLexer.create(JsonLexer.java:75)
   at org.netbeans.modules.javascript2.editor.api.lexer.JsTokenId$4.createLexer(JsTokenId.java:284)
   at org.netbeans.spi.lexer.LanguageHierarchy$Accessor.createLexer(LanguageHierarchy.java:378)
   at org.netbeans.lib.lexer.LexerInputOperation.<init>(LexerInputOperation.java:138)
Comment 1 _ alexlamsl 2015-03-23 13:25:27 UTC
Created attachment 152794 [details]
stacktrace
Comment 2 Petr Pisl 2015-05-25 12:03:06 UTC
The reports contains a big tooltip for an error. This was fixed recently.