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 244438 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 209982
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:
Depends on:
Blocks:
 
Reported: 2014-05-12 09:10 UTC by pchela.ilya
Modified: 2014-05-30 10:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205363


Attachments
stacktrace (1.13 KB, text/plain)
2014-05-12 09:10 UTC, pchela.ilya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pchela.ilya 2014-05-12 09:10:05 UTC
Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
GUEST: Using XDebug to debug a PHP page, and NetBeans/XDebug froze

pchela.ilya: xdebug

GUEST: ???????? IDE




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:2694)
   at java.lang.String.<init>(String.java:203)
   at java.lang.StringBuilder.toString(StringBuilder.java:405)
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.removeNonXMLCharacters(DbgpMessage.java:319)
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getNode(DbgpMessage.java:331)
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.create(DbgpMessage.java:119)
Comment 1 pchela.ilya 2014-05-12 09:10:07 UTC
Created attachment 147226 [details]
stacktrace
Comment 2 Ondrej Brejla 2014-05-30 10:02:35 UTC

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