[issue30703] test_multiprocessing_forkserver hangs on the master branch

Antoine Pitrou report at bugs.python.org
Mon Jun 26 07:51:13 EDT 2017


Antoine Pitrou added the comment:

Using pthread_mutex_trylock() *and* disabling the CHECK_STATUS_PTHREAD() calls (which use the non-async-signal-safe fprintf()) at least seems to suppress the hangs on Matt's OS X machine (after more than 1000 runs).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30703>
_______________________________________


More information about the Python-bugs-list mailing list