-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Windows JIT segfault when running psalm #13180
Labels
Comments
This was referenced Jan 17, 2024
@danog Did Dmitry's fix work for you? We never got a reply for that. 🙂 |
No feedback was provided. The issue is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so. Thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: