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 251186 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 253306
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-15 09:24 UTC by vilesyn
Modified: 2015-07-07 15:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 212393


Attachments
stacktrace (1.32 KB, text/plain)
2015-03-15 09:24 UTC, vilesyn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vilesyn 2015-03-15 09:24:29 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
vilesyn: Opened CSS file, and IDE became unresponsive. Tried to close the application, but it couldn't on it's own. It continued to try to load the CSS file, over and over. I had to kill the process to actually close NetBeans. 

In the Task Manger, the process was using 1.53G of memory, and 80% of the 8 CPUs working with two html files, and a css file.

GUEST: s




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.netbeans.modules.css.lib.NbParseTreeBuilder.enterRule(NbParseTreeBuilder.java:127)
   at org.netbeans.modules.css.lib.Css3Parser.propertyDeclaration(Css3Parser.java:11042)
   at org.netbeans.modules.css.lib.Css3Parser.declaration(Css3Parser.java:8388)
   at org.netbeans.modules.css.lib.Css3Parser.declarations(Css3Parser.java:8121)
   at org.netbeans.modules.css.lib.Css3Parser.rule(Css3Parser.java:8031)
   at org.netbeans.modules.css.lib.Css3Parser.bodyItem(Css3Parser.java:4410)
Comment 1 vilesyn 2015-03-15 09:24:31 UTC
Created attachment 152626 [details]
stacktrace
Comment 2 Jan Stola 2015-07-07 15:17:11 UTC

*** This bug has been marked as a duplicate of bug 253306 ***