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 236915 - 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 Visual Tools (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-09 07:52 UTC by dj_pilgrim
Modified: 2014-07-24 15:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 204451


Attachments
stacktrace (1.84 KB, text/plain)
2013-10-09 07:52 UTC, dj_pilgrim
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dj_pilgrim 2013-10-09 07:52:23 UTC
Build: NetBeans IDE 7.4 RC2 (Build 201309252201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Linux

User Comments:
dj_pilgrim: 8GB ram, Core i5




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:2219)
   at java.util.ArrayList.grow(ArrayList.java:242)
   at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:216)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:208)
   at java.util.ArrayList.add(ArrayList.java:440)
   at org.antlr.runtime.tree.BaseTree.addChild(BaseTree.java:124)
Comment 1 dj_pilgrim 2013-10-09 07:52:25 UTC
Created attachment 140925 [details]
stacktrace
Comment 2 Marek Fukala 2014-07-24 15:11:50 UTC
1) o.n.m.css.refactoring.api.EntryHandle holds an implementation (CssFileModel$LazyEntry) of o.n.m.css.refactoring.api.Entry which holds its outer class org.netbeans.modules.css.indexing.CssFileModel which holds CssParserResult.

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