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 koobs
Recipients berker.peksag, docs@python, eli.bendersky, ethan.furman, georg.brandl, giampaolo.rodola, koobs, ncoghlan, python-dev
Date 2014-10-15.10:20:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413368434.5.0.70226522682.issue20386@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-10-15 10:20:35koobssetrecipients: + koobs, georg.brandl, ncoghlan, giampaolo.rodola, eli.bendersky, docs@python, ethan.furman, python-dev, berker.peksag
2014-10-15 10:20:34koobssetmessageid: <1413368434.5.0.70226522682.issue20386@psf.upfronthosting.co.za>
2014-10-15 10:20:34koobslinkissue20386 messages
2014-10-15 10:20:24koobscreate