View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002310 | Xdebug | Uncategorized | public | 2024-12-19 08:46 | 2025-01-06 15:35 |
| Reporter | JFox23 | Assigned To | |||
| Priority | normal | Severity | crash | Reproducibility | have not tried |
| Status | closed | Resolution | duplicate | ||
| Platform | Mac Mini 2023 (Apple Silicon) | OS | MacOS Ventura | OS Version | 13.7.1 |
| Product Version | 3.4.0 | ||||
| Fixed in Version | 3.4.1 | ||||
| Summary | 0002310: xdebug 3.4.0 crashes php8.1-fpm after script execution | ||||
| Description | After upgrading to xdebug 3.4.0, php8.1-fpm crashes after script execution with either SIGSEGV (11) or SIGBUS (10) [18-Dec-2024 11:57:07] WARNING: [pool www] child 46843 exited on signal 11 (SIGSEGV) after 6.086957 seconds from start [18-Dec-2024 12:12:06] WARNING: [pool www] child 853 exited on signal 10 (SIGBUS) after 80.854785 seconds from start According to xdebug traces i did to find out whats wrong, scripts were executed to the last line and then the crash happened. | ||||
| Steps To Reproduce | Dont know how to reproduce or if that can be reproduced, after upgrading to xdebug 3.4.0 php8.1-fpm crashed randomly when trying to use the web application i am working on. | ||||
| Additional Information | PHP 8.1.30 (cli) (built: Oct 13 2024 17:27:38) (NTS) | ||||
| Tags | crash | ||||
| Operating System | |||||
| PHP Version | 8.1.30-8.1.39 | ||||
|
|
Settings from php.ini: |
|
|
I am pretty sure this is a duplicate of 0002307, for which I have just made a PR with a fix: https://github.com/xdebug/xdebug/pull/987 |
|
|
Fixed for 3.4.1. |