View Issue Details

IDProjectCategoryView StatusLast Update
0002324XdebugStep Debuggingpublic2025-03-03 10:07
Reportermtassinari Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status newResolutionopen 
PlatformLinux (WSL)OSUbuntuOS Version22.04
Product Version3.4.1 
Summary0002324: 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.

Tagscrash, exception, php8.4
Operating System
PHP Version8.3.10-8.3.19

Activities

There are no notes attached to this issue.

Issue History

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