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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: javascript Reporter: agamez73
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219438
Attachments: stacktrace

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