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 271614 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-10 14:30 UTC by reijkie
Modified: 2017-10-10 14:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207236


Attachments
stacktrace (820 bytes, text/plain)
2017-10-10 14:30 UTC, reijkie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description reijkie 2017-10-10 14:30:02 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: when using php debugger

GUEST: <record>
  <date>2014-02-03T16:01:25</date>
  <millis>1391439685469</millis>
  <sequence>62890</sequence>
  <logger>org.netbeans.modules.php.dbgp.DebugSession</logger>
  <level>SEVERE</level>
  <thread>584</thread>
  <param>/home/a.kempe/.netbeans/7.4/var/log/heapdump.hprof</param>
  <exception>
    <message>java.lang.OutOfMemoryError: Java heap space</message>
    <frame>
      <class>org.netbeans.modules.php.dbgp.packets.DbgpMessage</class>
      <method>getContent</method>
      <line>258</line>
      <file>${netBeansDir}modules/org-netbeans-modules-php-dbgp.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.php.dbgp.packets.DbgpMessage</class>
      <method>create</method>
      <line>126</line>
      <file>${netBeansDir}modules/org-netbeans-modules-php-dbgp.jar</file>
    </frame>
    <frame>
      <class>org.netbeans.modules.php.dbgp.DebugSession</class>
      <method>receiveData</method>
      <line>266</line>
      <file>${netBeansDir}modules/org-netbeans-mod

GUEST: Xdebuging symfony 2.8

GUEST: i am debugging php app and get problem with netbeans, his crashed

GUEST: ??????? ? ?????? ???????

GUEST: With X-Debug i accidentilly selected  a variable containing over 160MB of data

GUEST: Using the debugger on a PHP project (xdebug), variables were no more visibles.

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

reijkie: Netbeans crashes when debugger is enabled

GUEST: keine Ahnung




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.getContent(DbgpMessage.java:253)
   at org.netbeans.modules.php.dbgp.packets.DbgpMessage.create(DbgpMessage.java:121)
   at org.netbeans.modules.php.dbgp.DebugSession.receiveData(DebugSession.java:265)
   at org.netbeans.modules.php.dbgp.DebugSession.sendCommands(DebugSession.java:210)
   at org.netbeans.modules.php.dbgp.DebugSession.run(DebugSession.java:140)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
Comment 1 reijkie 2017-10-10 14:30:04 UTC
Created attachment 165267 [details]
stacktrace