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 nadeem.vawda
Recipients nadeem.vawda
Date 2012-01-26.14:36:01
SpamBayes Score 7.8281936e-08
Marked as misclassified No
Message-id <1327588563.2.0.447366914719.issue13876@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-01-26 14:36:03nadeem.vawdasetrecipients: + nadeem.vawda
2012-01-26 14:36:03nadeem.vawdasetmessageid: <1327588563.2.0.447366914719.issue13876@psf.upfronthosting.co.za>
2012-01-26 14:36:02nadeem.vawdalinkissue13876 messages
2012-01-26 14:36:01nadeem.vawdacreate