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 244433 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED INCOMPLETE
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-12 06:04 UTC by lpweber
Modified: 2015-07-28 12:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209659


Attachments
stacktrace (1.36 KB, text/plain)
2014-05-12 06:04 UTC, lpweber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lpweber 2014-05-12 06:04:05 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.55-b03, Java(TM) SE Runtime Environment, 1.7.0_55-b13
OS: Mac OS X

User Comments:
lpweber: Netbeans 8 became unresponsive to accessing any window associate controls. Showed more than 200% activity in Activity Monitor.




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   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.addAll(ArrayList.java:561)
   at org.netbeans.modules.editor.hints.HintsControllerImpl$CompoundLazyFixList.getFixes(HintsControllerImpl.java:384)
Comment 1 lpweber 2014-05-12 06:04:07 UTC
Created attachment 147223 [details]
stacktrace
Comment 2 Svata Dedic 2014-07-31 14:32:36 UTC
There are a LOT of MissingCssElement hints, each with A LOT (hundreds) of fixes. It seems that the MissingCssElement hint creates one fix for each available CSS file.
Comment 3 Milutin Kristofic 2015-07-28 12:03:54 UTC
Unfortunately, there is no more heap dump for this bug. There are only one
report from 8.0. So I am closing this one.