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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-01 01:44 UTC by Gary.A.Peach
Modified: 2016-01-01 01:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221916


Attachments
stacktrace (2.89 KB, text/plain)
2016-01-01 01:44 UTC, Gary.A.Peach
Details

Note You need to log in before you can comment on or make changes to this bug.
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