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 211770 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 207991
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-26 09:29 UTC by koos
Modified: 2012-04-26 12:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187394


Attachments
stacktrace (3.00 KB, text/plain)
2012-04-26 09:30 UTC, koos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description koos 2012-04-26 09:29:58 UTC
Build: NetBeans IDE 7.1.1 (Build 201203012225)
VM: Java HotSpot(TM) Client VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
koos: - Start Netbeans with 'Enable auto-scanning of sources' unchecked
- 'Projects scanning' does start
- ...and stays stuck at 88%
- Netbeans hangs




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:213)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:187)
   at java.util.ArrayList.add(ArrayList.java:411)
   at org.netbeans.modules.parsing.api.Embedding.create(Embedding.java:115)
Comment 1 koos 2012-04-26 09:30:03 UTC
Created attachment 118792 [details]
stacktrace
Comment 2 Tomas Zezula 2012-04-26 12:46:12 UTC

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