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 239143 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords: JDK_8
Depends on:
Blocks:
 
Reported: 2013-12-05 08:51 UTC by alle_it
Modified: 2013-12-05 09:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205796


Attachments
stacktrace (1.25 KB, text/plain)
2013-12-05 08:51 UTC, alle_it
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alle_it 2013-12-05 08:51:46 UTC
This issue was reported manually by obrejla.
It already has 2 duplicates 


Build: NetBeans IDE Dev (Build nbms-and-javadoc-754-on-20131023)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b60, Java(TM) SE Runtime Environment, 1.8.0-ea-b118
OS: Linux

User Comments:
alle_it: starting up

alle_it: while opening NetBeans




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3326)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:539)
   at java.lang.StringBuilder.append(StringBuilder.java:181)
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.removeNonXMLCharacters(DbgpMessage.java:316)
Comment 1 alle_it 2013-12-05 08:51:47 UTC
Created attachment 142852 [details]
stacktrace
Comment 2 Ondrej Brejla 2013-12-05 09:20:06 UTC
Probably too much data came from xdebug...there is a lot of apache.xerces nodes in a heap dump :( Can't do anything without project, where it occurs (some with a lot of global things?). Provide us a project, where it can be reproduced, it can help us.