This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_notify_all hangs forever in sparc64
Type: behavior Stage:
Components: Tests Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: BTaskaya
Priority: normal Keywords:

Created on 2020-04-04 21:11 by BTaskaya, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg365784 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-04-04 21:11
isidentical@gcc202:~/cpython$ ./python -m test test_multiprocessing_fork -m test_notify_all -v
== CPython 3.9.0a5+ (heads/bpo-40184:b2504dfd51, Apr 4 2020, 23:55:00) [GCC 9.3.0]
== Linux-5.4.0-4-sparc64-smp-sparc64-with-glibc2.31 big-endian
== cwd: /home/isidentical/cpython/build/test_python_596632
== CPU count: 64
== encodings: locale=UTF-8, FS=utf-8
0:00:00 load avg: 3.29 Run tests sequentially
0:00:00 load avg: 3.29 [1/1] test_multiprocessing_fork
test_notify_all (test.test_multiprocessing_fork.WithManagerTestCondition) ... ok
test_notify_all (test.test_multiprocessing_fork.WithProcessesTestCondition) ... ok
test_notify_all (test.test_multiprocessing_fork.WithThreadsTestCondition) ...
msg365785 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-04-04 21:13
This behavior looks random, for 10 run it hangs 2 times.
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84367
2020-04-04 21:13:20BTaskayasetmessages: + msg365785
2020-04-04 21:11:33BTaskayacreate