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
Running php.exe psalm in https://github.com/nicelocal/psalm, branch jit_windows, results in a segfault (i.e. the equivalent access violation error on windows).
To reproduce, use the production php.ini and uncomment zend_extension=opcache.
Psalm will self-restart, enabling JIT using the config specified in src/Psalm/Internal/Fork/PsalmRestarter.php.
Strangely enough it seems to be a floating error, but it can be reproduced by trying a few times.
Description
Running
php.exe psalm
in https://github.com/nicelocal/psalm, branch jit_windows, results in a segfault (i.e. the equivalent access violation error on windows).To reproduce, use the production php.ini and uncomment
zend_extension=opcache
.Psalm will self-restart, enabling JIT using the config specified in src/Psalm/Internal/Fork/PsalmRestarter.php.
Strangely enough it seems to be a floating error, but it can be reproduced by trying a few times.
Ping @dstogov.
PHP Version
PHP 8.3.2, 8.1.27
Operating System
Windows 11.
The text was updated successfully, but these errors were encountered: