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 262388 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-10 01:11 UTC by agamez73
Modified: 2016-06-10 01:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219438


Attachments
stacktrace (3.02 KB, text/plain)
2016-06-10 01:11 UTC, agamez73
Details

Note You need to log in before you can comment on or make changes to this bug.
Description agamez73 2016-06-10 01:11:30 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Windows 8

User Comments:
GUEST: There was a syntax error in a js file, but when I openned it, it didnt show the location in red in the scrollbar on the right. I typed something and the IDE slowed down and wouldnt close. I restartdfed computer and re-opened ide to get this report an error dialog.

agamez73: Oops!

GUEST: Opened NetBeans and tried to create a project from existing sources. 
Got error message: Sources directory is already NetBeans project (maybe only in memory)
Removed folder, closed NetBeans.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.javascript2.editor.lexer.JsDocumentationColoringLexer.<init>(JsDocumentationColoringLexer.java:307)
   at org.netbeans.modules.javascript2.editor.lexer.JsDocumentationLexer.<init>(JsDocumentationLexer.java:69)
   at org.netbeans.modules.javascript2.editor.lexer.JsDocumentationLexer.create(JsDocumentationLexer.java:75)
   at org.netbeans.modules.javascript2.editor.lexer.JsDocumentationTokenId$1.createLexer(JsDocumentationTokenId.java:130)
   at org.netbeans.spi.lexer.LanguageHierarchy$Accessor.createLexer(LanguageHierarchy.java:378)
   at org.netbeans.lib.lexer.LexerInputOperation.<init>(LexerInputOperation.java:138)
Comment 1 agamez73 2016-06-10 01:11:33 UTC
Created attachment 160022 [details]
stacktrace