When running the test suite, I occasionally get the following failure:
ERROR: testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/nadeem/code/src/cpython/def/Lib/test/test_socket.py", line 2187, in testRecvmsgEOF
msg, ancdata, flags, addr = self.doRecvmsg(self.serv_sock, 1024)
File "/home/nadeem/code/src/cpython/def/Lib/test/test_socket.py", line 1678, in doRecvmsg
result = sock.recvmsg(bufsize, *args)
OSError: [Errno 107] Transport endpoint is not connected
The machine in question is running Ubuntu 11.10 64-bit.
I haven't seen anything similar on any of the buildbots.
|