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

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: web Reporter: vilesyn
Component: CSS Visual ToolsAssignee: Jan Stola <jstola>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 212393
Attachments: stacktrace

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 ***