[issue3088] test_multiprocessing hangs on OS X 10.5.3

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jul 8 14:26:54 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I found that on my Debian64, running test_multiprocessing under gdb
hangs even before the first test is started - somewhere in the
installation of the Manager.

And it appears that the problem is described in issue874900: "threading
module can deadlock after fork".
I don't know if it's a good idea to mix fork and threads, but the patch
I attached to issue874900 seems to correct the hang.

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


More information about the Python-bugs-list mailing list