[issue3088] test_multiprocessing hangs on OS X 10.5.3

Jesse Noller report at bugs.python.org
Fri Jun 13 15:17:57 CEST 2008


Jesse Noller <jnoller at gmail.com> added the comment:

I also isolated the test(s) like Paul did, and it looks like a semi-
consistent lock up in:
  File "/root/py/python-3000/Lib/multiprocessing/queues.py", line 337, in 
get
    racquire()

This is running only the test_event test. The racquire traces back to 
synchronize.SemLock which calls into _multiprocessing.SemLock

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


More information about the Python-bugs-list mailing list