This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients flox, jnoller, pitrou, skrah
Date 2010-03-04.22:42:35
SpamBayes Score 8.545654e-06
Marked as misclassified No
Message-id <1267742557.65.0.551284652775.issue7805@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-03-04 22:42:37floxsetrecipients: + flox, pitrou, jnoller, skrah
2010-03-04 22:42:37floxsetmessageid: <1267742557.65.0.551284652775.issue7805@psf.upfronthosting.co.za>
2010-03-04 22:42:36floxlinkissue7805 messages
2010-03-04 22:42:35floxcreate