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 259069 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
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: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-30 03:51 UTC by sharmilag76
Modified: 2016-04-30 03:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223816


Attachments
stacktrace (2.56 KB, text/plain)
2016-04-30 03:51 UTC, sharmilag76
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sharmilag76 2016-04-30 03:51:53 UTC
This bug was originally marked as duplicate of bug 242589, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Linux

User Comments:
sharmilag76: While working, suddenly Netbeans got slow. After I can't do anything. Then I had to restart my system.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:2245)
   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)
Comment 1 sharmilag76 2016-04-30 03:51:55 UTC
Created attachment 159486 [details]
stacktrace