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.
Created on 2012年01月26日 14:36 by nadeem.vawda, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (7) | |||
|---|---|---|---|
| msg152012 - (view) | Author: Nadeem Vawda (nadeem.vawda) * (Python committer) | Date: 2012年01月26日 14:36 | |
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. |
|||
| msg154540 - (view) | Author: Nadeem Vawda (nadeem.vawda) * (Python committer) | Date: 2012年02月28日 08:54 | |
The same failure has appeared on the Debian bigmem buildbot: http://www.python.org/dev/buildbot/all/builders/AMD64%20debian%20bigmem%203.x/builds/152/steps/test/logs/stdio |
|||
| msg164125 - (view) | Author: Nadeem Vawda (nadeem.vawda) * (Python committer) | Date: 2012年06月27日 07:00 | |
Merging nosy list from duplicate issue 15155. |
|||
| msg164139 - (view) | Author: Charles-François Natali (neologix) * (Python committer) | Date: 2012年06月27日 10:05 | |
Looks like a kernel bug. The only thing "non-standard" the test does is let the client call close() before the server has called accept(), but this shouldn't result in ENOTCONN - and doesn't for TCP sockets. |
|||
| msg177606 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年12月16日 15:42 | |
New changeset 391bda06fa65 by Antoine Pitrou in branch '3.3': Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. http://hg.python.org/cpython/rev/391bda06fa65 New changeset 2d2d4807a3ed by Antoine Pitrou in branch 'default': Silence sporadic failure in RecvmsgSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. http://hg.python.org/cpython/rev/2d2d4807a3ed |
|||
| msg177607 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年12月16日 15:43 | |
I've now silenced the exception. Leaving this issue open in case someone wants to investigate more. |
|||
| msg177723 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年12月18日 22:47 | |
New changeset 13d8c33de8ff by Antoine Pitrou in branch '3.3': Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. http://hg.python.org/cpython/rev/13d8c33de8ff New changeset 900ee4a04f5e by Antoine Pitrou in branch 'default': Silence sporadic failure in RecvmsgIntoSCTPStreamTest.testRecvmsgEOF (issue #13876) - probably not Python-related. http://hg.python.org/cpython/rev/900ee4a04f5e |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:26 | admin | set | github: 58084 |
| 2016年04月19日 13:56:32 | berker.peksag | set | status: open -> closed |
| 2012年12月18日 22:47:42 | python-dev | set | messages: + msg177723 |
| 2012年12月16日 15:43:33 | pitrou | set | resolution: fixed stage: needs patch -> resolved messages: + msg177607 versions: + Python 3.4 |
| 2012年12月16日 15:42:53 | python-dev | set | nosy:
+ python-dev messages: + msg177606 |
| 2012年12月04日 08:35:14 | vstinner | set | title: Sporadic failure in test_socket -> Sporadic failure in test_socket: testRecvmsgEOF |
| 2012年06月27日 10:05:07 | neologix | set | messages: + msg164139 |
| 2012年06月27日 07:00:29 | nadeem.vawda | set | nosy:
+ pitrou, giampaolo.rodola, neologix messages: + msg164125 |
| 2012年06月25日 17:28:27 | neologix | link | issue15155 superseder |
| 2012年02月28日 08:54:02 | nadeem.vawda | set | messages:
+ msg154540 versions: + Python 3.3 |
| 2012年01月26日 17:09:27 | rosslagerwall | set | nosy:
+ rosslagerwall |
| 2012年01月26日 14:36:02 | nadeem.vawda | create | |