[issue7805] test_multiprocessing failure

Florent Xicluna report at bugs.python.org
Thu Mar 4 23:42:37 CET 2010


Florent Xicluna <florent.xicluna at gmail.com> added the comment:

Sometimes it triggers a different issue, with patch applied (ia64 Ubuntu trunk):

test_multiprocessing
test test_multiprocessing failed -- Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_multiprocessing.py", line 1075, in test_pool_worker_lifetime
    while countdown and not all(w.is_alive() for w in p._pool):
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/test/test_multiprocessing.py", line 1075, in <genexpr>
    while countdown and not all(w.is_alive() for w in p._pool):
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/multiprocessing/process.py", line 132, in is_alive
    self._popen.poll()
  File "/home/pybot/buildarea/trunk.klose-debian-ia64/build/Lib/multiprocessing/forking.py", line 106, in poll
    pid, sts = os.waitpid(self.pid, flag)
OSError: [Errno 10] No child processes

----------
status: pending -> open

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


More information about the Python-bugs-list mailing list