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 242379

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: web Reporter: pinbender
Component: CSS EditorAssignee: issues@web <issues>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207985
Attachments: stacktrace

Description pinbender 2014-02-26 17:59:39 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
pinbender: Just editing documents.  The IDE eventually became unresponsive and had to be shut down manually.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.ArrayList.iterator(ArrayList.java:814)
   at org.netbeans.modules.css.prep.editor.model.CPModel._visitChildren(CPModel.java:333)
   at org.netbeans.modules.css.prep.editor.model.CPModel.access$000(CPModel.java:74)
   at org.netbeans.modules.css.prep.editor.model.CPModel$2.visit(CPModel.java:320)
   at org.netbeans.modules.css.prep.editor.model.CPModel._visitChildren(CPModel.java:334)
   at org.netbeans.modules.css.prep.editor.model.CPModel.access$000(CPModel.java:74)
Comment 1 pinbender 2014-02-26 17:59:41 UTC
Created attachment 145605 [details]
stacktrace
Comment 2 Marek Fukala 2014-07-22 12:56:48 UTC
mixture of issues #238414 (too much memory held by FixedTextGrammarElement) and issue#244697

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