-
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
Assertion `jit->ra[var].flags & (1<<0)' failed #16837
Comments
/cc @dstogov |
This may be fixed via ef5844a I wasn't able to reproduce the reported assertion, but got a crash instead. |
@dstogov Thanks! Seems okay, but still getting some segfaults on tests/AnnotationTest.php and several others (currently testing on arm64). Reproduce by cloning and running php .github/nightly.php with the following ini:
|
@dstogov Sorry, I meant to link the repo https://github.com/danog/php-src for the reproducer :) Reproduce by cloning https://github.com/danog/php-src and running php .github/nightly.php with the following ini:
|
Description
Got the following assertion when running multiple Psalm unit tests:
Config is in #12406, reproducer command is:
PHP Version
nightly
Operating System
No response
The text was updated successfully, but these errors were encountered: