[issue13876] Sporadic failure in test_socket

Nadeem Vawda report at bugs.python.org
Thu Jan 26 15:36:03 CET 2012


New submission from Nadeem Vawda <nadeem.vawda at gmail.com>:

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.

----------
messages: 152012
nosy: nadeem.vawda
priority: normal
severity: normal
stage: needs patch
status: open
title: Sporadic failure in test_socket
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13876>
_______________________________________


More information about the Python-bugs-list mailing list