-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
test_opcache fails randomly (failure or crash) #132942
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
Comments
FYI, the first one failure is known: #122320 |
Yeah, I've seen crashes in |
Two races related to the type lookup cache, when used in the free-threaded build. This caused test_opcache to sometimes fail (as well as other hard to re-produce failures).
Two races related to the type lookup cache, when used in the free-threaded build. This caused test_opcache to sometimes fail (as well as other hard to re-produce failures).
Two races related to the type lookup cache, when used in the free-threaded build. This caused test_opcache to sometimes fail (as well as other hard to re-produce failures).
Two races related to the type lookup cache, when used in the free-threaded build. This caused test_opcache to sometimes fail (as well as other hard to re-produce failures).
test_load_global_module() was fixed recently by #132961. The test is now skipped when run multiple times in a row, instead of failing:
|
On a Free Threaded build:
Error 1 (easy to reproduce):
Error 2 (crash, harder to reproduce):
cc @colesbury @nascheme
Linked PRs
The text was updated successfully, but these errors were encountered: