View Issue Details

IDProjectCategoryView StatusLast Update
0001172XdebugStep Debuggingpublic2017-01-03 18:55
Reportertien.xuan.vo Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionunable to reproduce 
PlatformApache 2.4.12OSLinuxOS VersionLubuntu 14.04
Product Version2.3.3 
Summary0001172: Socket exception occured while traveling through call stack
Description

Set a break point, then start debugging. When the code is paused, click at a point in call stack, and a socket exception occured.

Steps To Reproduce
  1. Clone code from this repo https://github.com/tienvx/xdebug-reproduce and create a virtual host to that code.
  2. Create a netbeans project
  3. Set a break point at line 8 function_5($arg2->name);
  4. Start debugging.
  5. When the code is paused, open call stack window, and double click on the line index.php.Class1::method3:18
    6 A socket exception occured.
Additional Information
  1. PHP 5.6.10
  2. Xdebug 2.3.3
  3. Netbeans 7.2.1
  4. I put code in another host in the same network.
  5. Here is the xdebug configs:
    ;/etc/php5/mods-available/xdebug.ini
    zend_extension=xdebug.so

[xdebug]
xdebug.remote_host=192.168.1.104
;xdebug.remote_connect_back=1
xdebug.remote_enable=1
xdebug.remote_autostart=0
xdebug.remote_cookie_expire_time=86400
xdebug.remote_port=9000
xdebug.idekey=”netbeans-xdebug”
xdebug.profiler_enable=0
xdebug.profiler_enable_trigger=1

TagsNo tags attached.
Operating SystemUbuntu Server 14.04
PHP Version5.1.0

Activities

derick

2015-07-02 08:52

administrator   ~0003144

Hi! Thanks for the report? Would it be possible to create a debugging log to go with your reproducible case? You can do so by setting xdebug.remote_log=/tmp/xdebug.log -- and then attach that file to this report. This prevents me from having to install and learn Netbeans :-)

tien.xuan.vo

2015-07-11 01:24

reporter   ~0003149

Sorry for late response! Here is the log.

derick

2016-12-12 00:14

administrator   ~0004028

Is this still a problem for you with the latest Xdebug (2.5.0)? And which version of PHP are you using? Your report says PHP 5.1.0.

derick

2017-01-03 18:55

administrator   ~0004139

I could not reproduce this, and no feedback was given. I'm closing this issue, but feel free to reopen if this happens again.