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 252458

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: Exceptions Reporter <exceptions_reporter>
Component: -- Other --Assignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED DUPLICATE    
Severity: normal CC: thurka
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 217370
Attachments: stacktrace

Description Exceptions Reporter 2015-05-18 12:12:54 UTC
This issue was reported manually by thurka.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
GUEST: I do not care to try to reproduce the problem because I believe that it is occasional and may have been caused as a result of an error in another part of my system.

A move file operation had failed elsewhere and I decided to close my apps before restarting my PC. Before the restart I tried to reopen NetBeans in order to look at something again. It did not open and indicated that it had not closed down from previous run. The failed closed down seems likely to be related to the file operation error that I had experienced. It was an SSD drive on which this happened.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.lib.lexer.LexerInputOperation.createDefaultTokenInstance(LexerInputOperation.java:340)
   at org.netbeans.lib.lexer.LexerInputOperation.createToken(LexerInputOperation.java:318)
   at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:105)
   at org.netbeans.spi.lexer.TokenFactory.createToken(TokenFactory.java:89)
   at org.netbeans.modules.javascript2.editor.lexer.JsLexer.nextToken(JsLexer.java:86)
   at org.netbeans.lib.lexer.LexerInputOperation.nextToken(LexerInputOperation.java:215)
Comment 1 Exceptions Reporter 2015-05-18 12:12:56 UTC
Created attachment 153720 [details]
stacktrace
Comment 2 Tomas Hurka 2015-05-18 12:15:24 UTC
This looks like duplicate of issue #245732

*** This bug has been marked as a duplicate of bug 245732 ***