View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002352 | Xdebug | Uncategorized | public | 2025-05-29 15:02 | 2025-06-02 09:16 |
Reporter | milanteo | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Win 11 + WSL + Docker | OS | Debian | OS Version | 12 |
Product Version | 3.4.3 | ||||
Summary | 0002352: Crash when using latest XDebug version (SEGFAULT) | ||||
Description | After installing and enabling the latest version of XDebug my symfony project keeps crashing to 502 Bad Gateway, The error log is plenty of: [www] child 12437 exited on signal 11 (SIGSEGV) Going back to xdebug 3.4.2 fixes the issue ( I'm available to give more details.. it's my first issue so please don't be rude with me if I forgot something :D ) | ||||
Additional Information | I'm working in a docker wich details are: I'm using the php:8.4-fpm docker image as source image Using the following extensions: RUN docker-php-ext-install pdo pdo_mysql xsl zip sodium intl calendar opcache RUN docker-php-ext-configure gd --with-freetype --with-jpeg && docker-php-ext-install -j$(nproc) gd RUN pecl install redis && docker-php-ext-enable redis RUN pecl install apcu && docker-php-ext-enable apcu RUN pecl install ds && docker-php-ext-enable ds And Nginx as container's internal webserver. Everything works until I install and enable XDebug 3.4.3 with the following ini: [xdebug] | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.3.5-8.3.9 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-05-29 15:02 | milanteo | New Issue |