Closed pgnd closed 2 months ago
Does this also happen when Xdebug is not loaded?
@cmb69
after editing,
/usr/local/etc/php8/conf.d/xdebug.ini
- xdebug.mode = on
+ xdebug.mode = off
, and restart, it does not segfault on exec of the in-WP ObjectCache flush (in ~10 attempts, so far)
turn it back on, and immediately segfaults on the flush
If disabling xdebug solves the problem, the issue should be reported on the xdebug bug tracker.
fyi -> https://bugs.xdebug.org/view.php?id=2285
thx o/
gdb /usr/sbin/php-fpm /var/lib/systemd/coredump/core.9241(gdb) set pagination off(gdb) bt full (gdb) bt full #0 call_end_observers (execute_data=0x5563cd6db840,return_value=0x0) at /usr/src/debug/php-8.3.10-1.fc40.remi.x86_64/Zend/zend_observer.c:263 func = 0x23e00000038 handler =
possible_handlers_end =
Description
on
with
in an app instance (Wordpress 6.6.1), exec of an Object Cache flush results in
@ core dump
no 'simple' reproducer ... yet.
PHP Version
PHP 8.3.10
Operating System
Fedora 40