View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000473 | Xdebug | public | 2009-09-24 01:21 | 2009-12-27 14:30 | |
| Reporter | dionyziz | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Summary | 0000473: Remote debugging show-locals' andshow' fails with crash when examining arrays | ||||
| Description | In XDebug 2.0.5 (stable), when remote debugging on a Debian server and a Debian client using "gdb" debugging mode, the following always causes a crash. Type the following code and save it as test.php: Visit test.php with remote debugging enabled. Have a debugging client wait to accept remote connections, for example using netcat:
Upon connection, issue "run" to start the script. The script will enter the Test function and break. Issue "next" to get out of the "xdebug_break" callstack and get ready to execute the "}" line of the function. Issue a "show" or "show-locals". The program will immediately crash and disconnect from the debug client. | ||||
| Tags | No tags attached. | ||||
| Operating System | Debian 2.6.26-2-openvz-amd64 | ||||
| PHP Version | 5.2.10 | ||||