-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
multiprocessing test_thread_safety() fails with "gc_list_is_empty(to) || gc_old_space(to_tail) == gc_old_space(from_tail)" assert error #115127
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
Similar error on x86-64 macOS 3.x in test_multiprocessing_forkserver: https://buildbot.python.org/all/#/builders/366/builds/6539
|
Examples of other buildbot failing with an assertion error in test_thread_safety():
Apparently, #108038 caused many multiprocessing test_thread_safety() errors. |
See also issue #115124: AMD64 Windows11 Bigmem 3.x: test_bigmem failed with !_Py_IsImmortal(FROM_GC(gc)) assertion error. |
This is already being handled in #108362. |
Error on AMD64 Windows11 Bigmem 3.x.
build: https://buildbot.python.org/all/#/builders/1079/builds/3327
test_multiprocessing_spawn also fails with an assertion error:
The text was updated successfully, but these errors were encountered: