phpsegmentation-faultcrashmediawikifpm

PHP-FPM sub-process dead with signal 11 when I submit a edit in MediaWiki


I created a MediaWiki Server with this config:

I am tried to submit a edit, the php-fpm sub-process dead with signal 11.

Contents:

PHP log:

[04-Jan-2025 14:22:29] WARNING: [pool www] child 822 exited on signal 11 (SIGSEGV - core dumped) after 1623.577910 seconds from start

GDB content:

(gdb) bt
#0  0x00000071e9b89af4 in ?? ()
#1  0x0000007fd56aa0d8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Only when I submit edit, the error will be triggered, if I read page, it is full normal.


Solution

  • I disabled XDebug extension, this error is fixed!