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 244209 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 238277
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-30 18:48 UTC by ierpe
Modified: 2014-07-25 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 209429


Attachments
stacktrace (2.77 KB, text/plain)
2014-04-30 18:48 UTC, ierpe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ierpe 2014-04-30 18:48:21 UTC
This bug was originally marked as duplicate of bug 241748, 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 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.51-b03, OpenJDK Runtime Environment, 1.7.0_51-b31
OS: Linux

User Comments:
GUEST: Still getting memory leaks

GUEST: Background scanning of projects failed on a large project.

ierpe: run npm install into a grunt ready folder, when Netbeans starts scanning the created directories in node modules, it runs in this error.




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.add(ArrayList.java:440)
   at org.antlr.runtime.BufferedTokenStream.fetch(BufferedTokenStream.java:136)
Comment 1 ierpe 2014-04-30 18:48:22 UTC
Created attachment 147033 [details]
stacktrace
Comment 2 Marek Fukala 2014-07-25 10:16:46 UTC
728852 - looks like OOM due to parsing of one huge file
Comment 3 Marek Fukala 2014-07-25 10:21:55 UTC

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