View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000607 | Xdebug | Step Debugging | public | 2010-08-13 07:42 | 2017-01-03 18:56 |
Reporter | ishtanzar | Assigned To | derick | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Summary | 0000607: Xdebug cannot handle the use of the passthru function | ||||
Description | I'm debugging a php script step by step that call another script using the passthru function but Xdebug crashes when calling it and the execution of the script is aborded. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.3.3 | ||||
|
Please provide:
|
|
Steps To Reproduce : parentScript.php: childScript.php: echo "What's up ?\n"; run parentScript.php with Xdebug active. Remote debug log: Log opened at 2010-08-13 09:37:46 <- feature_set -i 2351 -n show_hidden -v 1 <- feature_set -i 2352 -n max_depth -v 3 <- feature_set -i 2353 -n max_children -v 31 <- feature_get -i 2354 -n max_data <- run -i 2355 I cannot get any backtrace, the execution of the script if simply frozen :/ |
|
Is this still a problem for you with the latest versions of PHP and Xdebug? |
|
I could not reproduce this, and no feedback was given. I'm closing this issue, but feel free to reopen if this happens again. |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-08-13 07:42 | ishtanzar | New Issue | |
2010-08-13 07:42 | ishtanzar | PHP Version | => 5.3.3 |
2010-08-13 07:42 | ishtanzar | Xdebug Version | => 2.1.0 |
2010-08-13 08:21 | derick | Note Added: 0001552 | |
2010-08-13 08:21 | derick | Status | new => feedback |
2010-08-13 09:36 | ishtanzar | Note Added: 0001559 | |
2010-08-13 09:37 | ishtanzar | Note Edited: 0001559 | |
2014-03-05 09:21 | derick | Assigned To | => derick |
2014-03-05 09:21 | derick | Status | feedback => assigned |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |
2016-12-12 00:18 | derick | Note Added: 0004031 | |
2016-12-12 00:19 | derick | Category | (No Category) => Remote Debugging |
2016-12-12 00:19 | derick | Status | assigned => feedback |
2017-01-03 18:56 | derick | Note Added: 0004141 | |
2017-01-03 18:56 | derick | Status | feedback => resolved |
2017-01-03 18:56 | derick | Resolution | open => unable to reproduce |
2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |