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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 244697
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@web
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-26 17:59 UTC by pinbender
Modified: 2014-07-22 12:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207985


Attachments
stacktrace (2.74 KB, text/plain)
2014-02-26 17:59 UTC, pinbender
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***