View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001995 | Xdebug | Uncategorized | public | 2021-07-17 18:18 | 2021-07-19 14:12 |
Reporter | elazar | Assigned To | derick | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | Linux | OS | Fedora | OS Version | 33 |
Product Version | 3.0.4 | ||||
Summary | 0001995: Memory corruption when file or directory handles are implicitly closed during shutdown | ||||
Description | See https://github.com/elazar/xdebug-date-stream-php-segfault for further explanation and a test case to reproduce the issue. | ||||
Additional Information | The actual PHP version is 8.0.6. (The PHP version menu only allows for "8.0-8.0.4" or "8.0-dev.") It is installed like so: https://blog.remirepo.net/post/2019/12/03/Install-PHP-7.4-on-CentOS-RHEL-or-Fedora. | ||||
Tags | cli, crash, exit code 139, gdb, php7.4, php8.0 | ||||
Operating System | Fedora 33 | ||||
PHP Version | 8.0.0-8.0.4 | ||||
|
This turned out to be a bug in PHP, and not in Xdebug. I've fixed that for PHP 7.4 and later now: https://github.com/php/php-src/commit/26b1572d37e5daf3faded2e209da4dd4b8e35779 I was doing a "Fix a bug in Xdebug video" with this issue, which I'm editing now, and will upload later to my YouTube channel at https://www.youtube.com/playlist?list=PLg9Kjjye-m1g_eXpdaifUqLqALLqZqKd4 |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-07-17 18:18 | elazar | New Issue | |
2021-07-17 18:18 | elazar | Tag Attached: cli | |
2021-07-17 18:18 | elazar | Tag Attached: crash | |
2021-07-17 18:18 | elazar | Tag Attached: exit code 139 | |
2021-07-17 18:18 | elazar | Tag Attached: gdb | |
2021-07-17 18:18 | elazar | Tag Attached: php7.4 | |
2021-07-17 18:18 | elazar | Tag Attached: php8.0 | |
2021-07-19 14:11 | derick | Assigned To | => derick |
2021-07-19 14:11 | derick | Status | new => resolved |
2021-07-19 14:11 | derick | Resolution | open => no change required |
2021-07-19 14:12 | derick | Note Added: 0005931 |