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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: dbcurtis <dbcurtis>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223219
Attachments: stacktrace

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