-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php 8.3.10 oops @ object cache flush #15388
Comments
Does this also happen when Xdebug is not loaded? |
after editing,
, 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 = |
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
The text was updated successfully, but these errors were encountered: