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 205768 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-01 11:09 UTC by Hotell
Modified: 2011-12-01 12:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183124


Attachments
stacktrace (3.04 KB, text/plain)
2011-12-01 11:09 UTC, Hotell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hotell 2011-12-01 11:09:17 UTC
Build: NetBeans IDE 7.1 RC1 (Build 201111242103)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.1-b02, Java(TM) SE Runtime Environment, 1.7.0_01-b08
OS: Windows 7

User Comments:
Hotell: starting netbans, netbeans -> scanning projects

GUEST: Opened netbeans with a single php project, scan in progress (75%)




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:2367)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:130)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:114)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:415)
   at java.lang.StringBuilder.append(StringBuilder.java:132)
   at java.lang.StringBuilder.append(StringBuilder.java:179)
Comment 1 Hotell 2011-12-01 11:09:19 UTC
Created attachment 113692 [details]
stacktrace
Comment 2 Tomas Zezula 2011-12-01 12:07:05 UTC
The stack trace for OOM does not help, any random thread can get it (the first one which allocates).
The important is either heap dump (best) or at least histogram.
Please attach, send or share it.
Thanks very much.