koobs added the comment:

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

----------
nosy: +koobs
Added file: http://bugs.python.org/file36937/koobs-freebsd9-py34-build-553.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20386>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to