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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 245732
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 12:12 UTC by Exceptions Reporter
Modified: 2015-05-18 12:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217370


Attachments
stacktrace (2.39 KB, text/plain)
2015-05-18 12:12 UTC, Exceptions Reporter
Details

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