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 241748 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED INCOMPLETE
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-12 09:10 UTC by ierpe
Modified: 2014-02-12 09:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207518


Attachments
stacktrace (2.77 KB, text/plain)
2014-02-12 09:10 UTC, ierpe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ierpe 2014-02-12 09:10:41 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: OpenJDK 64-Bit Server VM, 24.45-b08, OpenJDK Runtime Environment, 1.7.0_45-b31
OS: Linux

User Comments:
ierpe: I did not notice there was a bug...




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-02-12 09:10:43 UTC
Created attachment 145075 [details]
stacktrace
Comment 2 Petr Pisl 2014-02-12 09:36:12 UTC
Could you please follow http://wiki.netbeans.org/FaqMemoryDump, generate heap-dump, upload and reopen ... thanks in advance.