View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000972 | Xdebug | Uncategorized | public | 2013-08-27 09:16 | 2016-11-28 23:34 |
Reporter | sebastian | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | x86_64 | OS | Linux | OS Version | 3.10.9-200.fc19 |
Product Version | 2.2dev | ||||
Summary | 0000972: Xdebug crashes on request to non-existing file with built-in webserver | ||||
Description | There is a segfault in Xdebug's code (likely an infinite recursion) when a non-existing file is requested from PHP's built-in webserver. | ||||
Steps To Reproduce | php -S localhost:8888 /tmp | ||||
Additional Information | ? ~ gdb php Program received signal SIGSEGV, Segmentation fault. | ||||
Tags | No tags attached. | ||||
Operating System | Linux 3.10.9-200.fc19.x86_64 | ||||
PHP Version | 5.1.0 | ||||
|
I can't seem to reproduce this. Could you list your settings for xdebug from phpinfo()? |
|
xdebug support => enabled |
|
The segfault happens on the second request, ie. "wget http://localhost:8888/not_existing_file" needs to be invoked twice. |
|
Okay, I can reproduce this now. But only with PHP 5.5 and not PHP 5.4. |
|
I can no longer reproduce this. Can you? |
|
No. |
|
Okay - marking it as closed then. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-08-27 09:16 | sebastian | New Issue | |
2013-09-28 12:50 | derick | Note Added: 0002560 | |
2013-09-28 12:50 | derick | Assigned To | => derick |
2013-09-28 12:50 | derick | Status | new => feedback |
2013-09-29 11:00 | sebastian | Note Added: 0002568 | |
2013-09-29 11:00 | sebastian | Status | feedback => assigned |
2013-09-29 11:01 | sebastian | Note Added: 0002569 | |
2013-10-14 00:45 | derick | Note Added: 0002584 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2016-11-28 21:03 | derick | PHP Version | 5.5-dev => 5.1.0 |
2016-11-28 21:03 | derick | Note Added: 0003817 | |
2016-11-28 21:03 | derick | Status | assigned => feedback |
2016-11-28 21:36 | sebastian | Note Added: 0003832 | |
2016-11-28 21:36 | sebastian | Status | feedback => assigned |
2016-11-28 23:34 | derick | Note Added: 0003837 | |
2016-11-28 23:34 | derick | Status | assigned => resolved |
2016-11-28 23:34 | derick | Resolution | open => no change required |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |