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 238662 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 237367
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0
Hardware: All All
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-21 15:37 UTC by Exceptions Reporter
Modified: 2013-12-12 12:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205475


Attachments
stacktrace (2.74 KB, text/plain)
2013-11-21 15:37 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-11-21 15:37:09 UTC
This bug was originally marked as duplicate of bug 215736, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-632-on-20131004)
VM: Java HotSpot(TM) Client VM, 23.1-b03, Java(TM) SE Runtime Environment, 1.7.0_05-b05
OS: Windows 7

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>1




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 org.netbeans.core.startup.logging.PrintStreamLogger.print(PrintStreamLogger.java:108)
Comment 1 Exceptions Reporter 2013-11-21 15:37:12 UTC
Created attachment 142451 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-11-22 08:10:03 UTC
Probably duplicate of a cnd issue I reassigned earlier this week.
Comment 3 Maria Tishkova 2013-12-12 12:46:52 UTC

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