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 268279 - 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-30 04:34 UTC by chiragp.spaceo
Modified: 2016-09-30 04:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225464


Attachments
stacktrace (2.59 KB, text/plain)
2016-09-30 04:34 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-30 04:34:27 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:
GUEST: i was copying a file left under projects

chiragp.spaceo: everytime face this problem




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-30 04:34:29 UTC
Created attachment 162280 [details]
stacktrace