Florent Xicluna <florent.xicl...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue7805>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to