php / php-src

The PHP Interpreter
https://www.php.net
Other
38.27k stars 7.76k forks source link

Memory corruption without using JIT #16859

Open danog opened 3 days ago

danog commented 3 days ago

Description

The memory corruption issue described in https://github.com/php/php-src/issues/16856 occasionally (but consistently in the same controller, not reproducible by simply repeating requests) occurs on a production instance running async (i.e. fiber-based) code on PHP (fpm) 8.3 with opcache, without JIT.

PHP Version

PHP 8.3.13

Operating System

Ubuntu