You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using webdevops/php-nginx:8.1-alpine a segfault happens in my build stage. It doesn't happen with PHP:8.1-fpm-alpine
#0 0x0000585c999bef56 in execute_ex ()
#1 0x0000585c9962bbdc in ?? ()
#2 0x00007a5d32662061 in zend_jit_trace_execute () from /usr/local/lib/php/extensions/no-debug-non-zts-20220829/opcache.so
#3 0x00007a5d3265dad7 in zend_jit_trace_hot_root () from /usr/local/lib/php/extensions/no-debug-non-zts-20220829/opcache.so
#4 0x0000585cac6005d7 in ?? ()
#5 0x00007a5d32aa4090 in ?? ()
#6 0x0000000000000000 in ?? ()
This is what gdb gives me with bt
The text was updated successfully, but these errors were encountered:
vasilvestre
changed the title
Update PHP 8.1 to port JIT segfault fixes
PHP 8.1 JIT segfault
Feb 28, 2024
Using webdevops/php-nginx:8.1-alpine a segfault happens in my build stage. It doesn't happen with PHP:8.1-fpm-alpine
This is what gdb gives me with
bt
The text was updated successfully, but these errors were encountered: