View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002034 | Xdebug | Uncategorized | public | 2021-10-12 07:05 | 2021-10-15 13:19 |
Reporter | MG | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.1.0 | ||||
Target Version | 3.1dev | Fixed in Version | 3.1.1 | ||
Summary | 0002034: Xdebug throws a Segmentation fault when 'set_time_limit' function is disabled | ||||
Description | Xdebug throws a Segmentation fault when 'set_time_limit' function is disabled
| ||||
Steps To Reproduce | Add following setting to your php ini file:
Start php cli (even without script file)
| ||||
Additional Information | Bug has been reproduced in:
Docker container used, built from official Debian-based image | ||||
Tags | crash, php8.0 | ||||
Operating System | Debian Buster | ||||
PHP Version | 8.0.5-8.0.9 | ||||
|
I can reproduce this on PHP 8 and later, with this one liner: php -n -dzend_extension=xdebug -ddisable_functions=set_time_limit -m |
|
|
|
Fixed for 3.1.1. |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-10-12 07:05 | MG | New Issue | |
2021-10-12 07:05 | MG | Tag Attached: crash | |
2021-10-12 07:05 | MG | Tag Attached: php8.0 | |
2021-10-12 10:09 | derick | Assigned To | => derick |
2021-10-12 10:09 | derick | Status | new => confirmed |
2021-10-12 10:09 | derick | Note Added: 0006107 | |
2021-10-12 10:09 | derick | Target Version | => 3.1dev |
2021-10-12 14:43 | derick | Note Added: 0006108 | |
2021-10-12 15:11 | derick | Status | confirmed => closed |
2021-10-12 15:11 | derick | Resolution | open => fixed |
2021-10-12 15:11 | derick | Fixed in Version | => 3.1dev |
2021-10-12 15:11 | derick | Note Added: 0006109 | |
2021-10-15 13:19 | derick | Fixed in Version | 3.1dev => 3.1.1 |