[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2016-04-19 Thread Berker Peksag
Changes by Berker Peksag : -- status: open -> closed ___ Python tracker ___ ___

[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2012-12-18 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2012-12-16 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2012-12-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've now silenced the exception. Leaving this issue open in case someone wants to investigate more. -- resolution: - fixed stage: needs patch - committed/rejected versions: +Python 3.4 ___ Python tracker

[issue13876] Sporadic failure in test_socket: testRecvmsgEOF

2012-12-04 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@gmail.com: -- title: Sporadic failure in test_socket - Sporadic failure in test_socket: testRecvmsgEOF ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13876

[issue13876] Sporadic failure in test_socket

2012-06-27 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: Merging nosy list from duplicate issue 15155. -- nosy: +giampaolo.rodola, neologix, pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13876

[issue13876] Sporadic failure in test_socket

2012-06-27 Thread Charles-François Natali
Charles-François Natali neolo...@free.fr added the comment: 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. --

[issue13876] Sporadic failure in test_socket

2012-02-28 Thread Nadeem Vawda
Nadeem Vawda nadeem.va...@gmail.com added the comment: 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 -- versions: +Python 3.3

[issue13876] Sporadic failure in test_socket

2012-01-26 Thread Nadeem Vawda
New submission from Nadeem Vawda nadeem.va...@gmail.com: When running the test suite, I occasionally get the following failure: ERROR: testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest) -- Traceback (most

[issue13876] Sporadic failure in test_socket

2012-01-26 Thread Ross Lagerwall
Changes by Ross Lagerwall rosslagerw...@gmail.com: -- nosy: +rosslagerwall ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13876 ___ ___