[issue14666] test_sendall_interrupted hangs on FreeBSD with a zombi multiprocessing thread

STINNER Victor report at bugs.python.org
Wed Apr 25 15:57:16 CEST 2012


STINNER Victor <victor.stinner at gmail.com> added the comment:

mp_resource_sharer_stop.patch: this patch changes two different
things, the patch should be splitted. One patch to fix test_socket.
One patch to call pthread_sigmask().

I don't think that you should call pthread_sigmask(). It looks like a
workaround for this issue, whereas resource_sharer.stop() is the
correct fix.

----------

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


More information about the Python-bugs-list mailing list