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 271058 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Latte (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-07 09:10 UTC by luhla
Modified: 2017-07-07 09:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229655


Attachments
stacktrace (3.03 KB, text/plain)
2017-07-07 09:10 UTC, luhla
Details

Note You need to log in before you can comment on or make changes to this bug.
Description luhla 2017-07-07 09:10:52 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Windows 10

User Comments:
luhla: when formating larger (1800 rows) file of .latte  type




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.php.latte.lexer.LatteMarkupColoringLexer.<init>(LatteMarkupColoringLexer.java:478)
   at org.netbeans.modules.php.latte.lexer.LatteMarkupLexer.<init>(LatteMarkupLexer.java:61)
   at org.netbeans.modules.php.latte.lexer.LatteMarkupTokenId$1.createLexer(LatteMarkupTokenId.java:101)
   at org.netbeans.spi.lexer.LanguageHierarchy$Accessor.createLexer(LanguageHierarchy.java:378)
   at org.netbeans.lib.lexer.LexerInputOperation.<init>(LexerInputOperation.java:138)
   at org.netbeans.lib.lexer.TextLexerInputOperation.<init>(TextLexerInputOperation.java:76)
Comment 1 luhla 2017-07-07 09:10:54 UTC
Created attachment 164715 [details]
stacktrace