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 257355

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: ruby Reporter: Gary.A.Peach
Component: CodeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 221916
Attachments: stacktrace

Description Gary.A.Peach 2016-01-01 01:44:16 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
Gary.A.Peach: merge




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.ruby.lexer.RubyLexer.state(RubyLexer.java:161)
   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)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.processLevelInfos(TokenHierarchyUpdate.java:225)
Comment 1 Gary.A.Peach 2016-01-01 01:44:18 UTC
Created attachment 157962 [details]
stacktrace