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 267307 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-25 19:43 UTC by d4ryl3
Modified: 2016-07-25 19:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218665


Attachments
stacktrace (3.00 KB, text/plain)
2016-07-25 19:43 UTC, d4ryl3
Details

Note You need to log in before you can comment on or make changes to this bug.
Description d4ryl3 2016-07-25 19:43:26 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
d4ryl3: Netbeans hung.

GUEST: .




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.css.lib.NbParseTreeBuilder.consumeToken(NbParseTreeBuilder.java:228)
   at org.antlr.runtime.debug.DebugTokenStream.consume(DebugTokenStream.java:62)
   at org.antlr.runtime.BaseRecognizer.match(BaseRecognizer.java:106)
   at org.netbeans.modules.css.lib.Css3Parser.rule(Css3Parser.java:10092)
   at org.netbeans.modules.css.lib.Css3Parser.bodyItem(Css3Parser.java:6098)
   at org.netbeans.modules.css.lib.Css3Parser.body(Css3Parser.java:5299)
Comment 1 d4ryl3 2016-07-25 19:43:28 UTC
Created attachment 161433 [details]
stacktrace