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 268090 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 04:28 UTC by chiragp.spaceo
Modified: 2016-09-19 04:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218144


Attachments
stacktrace (2.59 KB, text/plain)
2016-09-19 04:28 UTC, chiragp.spaceo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chiragp.spaceo 2016-09-19 04:28:12 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Linux

User Comments:
chiragp.spaceo: Many time face this problem

GUEST: After working with large html files (about 2-4mb), The program start to stuck even after i closed the large file.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOf(Arrays.java:3181)
   at java.util.ArrayList.grow(ArrayList.java:261)
   at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
   at java.util.ArrayList.add(ArrayList.java:458)
   at org.antlr.runtime.tree.BaseTree.addChild(BaseTree.java:124)
Comment 1 chiragp.spaceo 2016-09-19 04:28:14 UTC
Created attachment 162105 [details]
stacktrace