View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002324 | Xdebug | Step Debugging | public | 2025-03-03 10:07 | 2025-03-03 10:07 |
Reporter | mtassinari | Assigned To | |||
Priority | normal | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Linux (WSL) | OS | Ubuntu | OS Version | 22.04 |
Product Version | 3.4.1 | ||||
Summary | 0002324: Apache child abort when throwing Exception | ||||
Description | While using latest version 3.4.1, I have encountered an issue where Zend Framework throws a Zend_Acl_Exception, and Apache then dies with [Mon Mar 03 10:56:53.566731 2025] [core:notice] [pid 161023] AH00052: child pid 161110 exit signal Abort (6) I have checked that the issue seems to be xdebug itself: if I disable the extension and restart apache, the exception is properly handled by the try/catch in our code. I tried step-debugging the problem, and it seems that the exception's constructor is properly called, but then crashes when throwing. | ||||
Tags | crash, exception, php8.4 | ||||
Operating System | |||||
PHP Version | 8.3.10-8.3.19 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-03-03 10:07 | mtassinari | New Issue | |
2025-03-03 10:07 | mtassinari | Tag Attached: crash | |
2025-03-03 10:07 | mtassinari | Tag Attached: exception | |
2025-03-03 10:07 | mtassinari | Tag Attached: php8.4 |