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 258785 - 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: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 09:06 UTC by Exceptions Reporter
Modified: 2016-04-12 09:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223464


Attachments
stacktrace (2.79 KB, text/plain)
2016-04-12 09:06 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-04-12 09:06:10 UTC
This bug was originally marked as duplicate of bug 253306, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

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:
GUEST: Programm is veryyyy slowly after few days of working




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.css.lib.CommonTokenUtil.getCommonTokenOffsetRange(CommonTokenUtil.java:68)
   at org.netbeans.modules.css.lib.RuleNode.setFirstToken(RuleNode.java:64)
   at org.netbeans.modules.css.lib.NbParseTreeBuilder.updateFirstTokens(NbParseTreeBuilder.java:243)
   at org.netbeans.modules.css.lib.NbParseTreeBuilder.consumeToken(NbParseTreeBuilder.java:233)
   at org.antlr.runtime.debug.DebugTokenStream.consume(DebugTokenStream.java:62)
   at org.antlr.runtime.BaseRecognizer.match(BaseRecognizer.java:106)
Comment 1 Exceptions Reporter 2016-04-12 09:06:14 UTC
Created attachment 159222 [details]
stacktrace