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 258558 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-28 17:41 UTC by dbcurtis
Modified: 2016-03-28 17:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223219


Attachments
stacktrace (2.84 KB, text/plain)
2016-03-28 17:41 UTC, dbcurtis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dbcurtis 2016-03-28 17:41:49 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
dbcurtis: recursive error on my part, attempted to write a json file that had a recursive json deffinition.  My error that would eat all memory.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.javascript2.editor.lexer.JsonColoringLexer.getState(JsonColoringLexer.java:311)
   at org.netbeans.modules.javascript2.editor.lexer.JsonLexer.state(JsonLexer.java:97)
   at org.netbeans.lib.lexer.LexerInputOperation.lexerState(LexerInputOperation.java:412)
   at org.netbeans.lib.lexer.inc.TokenListUpdater.relex(TokenListUpdater.java:630)
   at org.netbeans.lib.lexer.inc.TokenListUpdater.updateRegular(TokenListUpdater.java:280)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:350)
Comment 1 dbcurtis 2016-03-28 17:41:51 UTC
Created attachment 159025 [details]
stacktrace