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

Richard Oudkerk report at bugs.python.org
Thu Apr 26 17:27:53 CEST 2012


Richard Oudkerk <shibturn at gmail.com> added the comment:

New patch which adds timeout to ResourceSharer.stop() which defaults to 0.

When stop() fails it now uses the logger.

pthread_sigmask() only stops this background thread from receiving signals.  Signals will still be delivered to other threads, so it should not have any effect on the handling of Ctrl-C.

----------
Added file: http://bugs.python.org/file25371/mp_resource_sharer_stop.patch

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


More information about the Python-bugs-list mailing list