Message229429
This change looks to be implicated in a buildbot breakage on koobs-freebsd9 (3.4).
I couldn't reproduce the test failure by re-running the build, so possibly intermittent or non-deterministic.
Full build log attached.
I'll leave the issue closed for now, please re-open if verified.
======================================================================
ERROR: test_pickling (test.test_multiprocessing_fork.WithProcessesTestPicklingConnections)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/test/_test_multiprocessing.py", line 2590, in test_pickling
self.assertEqual(new_conn.recv(), msg.upper())
File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/multiprocessing/connection.py", line 250, in recv
buf = self._recv_bytes()
File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/multiprocessing/connection.py", line 416, in _recv_bytes
buf = self._recv(4)
File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/multiprocessing/connection.py", line 389, in _recv
raise EOFError
EOFError |
|
Date |
User |
Action |
Args |
2014-10-15 10:20:35 | koobs | set | recipients:
+ koobs, georg.brandl, ncoghlan, giampaolo.rodola, eli.bendersky, docs@python, ethan.furman, python-dev, berker.peksag |
2014-10-15 10:20:34 | koobs | set | messageid: <1413368434.5.0.70226522682.issue20386@psf.upfronthosting.co.za> |
2014-10-15 10:20:34 | koobs | link | issue20386 messages |
2014-10-15 10:20:24 | koobs | create | |
|