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 241259 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 238864
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: issues@web
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-01 12:49 UTC by daviunx
Modified: 2014-04-25 11:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207190


Attachments
stacktrace (2.50 KB, text/plain)
2014-02-01 12:49 UTC, daviunx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description daviunx 2014-02-01 12:49:30 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
daviunx: Netbeans uses a lot of RAM.  Don't worry, Netbeans is over!




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.Class.getDeclaredMethods0(Class.java:0)
   at java.lang.Class.privateGetDeclaredMethods(Class.java:2521)
   at java.lang.Class.getMethod0(Class.java:2764)
   at java.lang.Class.isCheckMemberAccessOverridden(Class.java:2204)
   at java.lang.Class.checkMemberAccess(Class.java:2223)
   at java.lang.Class.newInstance(Class.java:330)
Comment 1 daviunx 2014-02-01 12:49:31 UTC
Created attachment 144664 [details]
stacktrace
Comment 2 Jaroslav Havlin 2014-02-03 07:56:02 UTC
There are almost 3 million instances of class org.netbeans.modules.css.lib.RuleNode in the heap dump. Their retained size is 441 MB.
Reassigning to web/CSS Visual Tools. Please evaluate, thanks.
Comment 3 Jan Becicka 2014-04-25 11:45:17 UTC

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