[issue13059] Sporadic test_multiprocessing failure: IOError("bad message length") in recv_bytes()

2013-01-02 Thread STINNER Victor
STINNER Victor added the comment: Sporadic failure, I don't know if it was reproduced recently, and the issue has no activity since more than 6 months => I'm closing the issue. -- resolution: -> out of date status: open -> closed ___ Python tracker

[issue13059] Sporadic test_multiprocessing failure: IOError("bad message length") in recv_bytes()

2011-10-28 Thread STINNER Victor
STINNER Victor added the comment: @antoine: can you try to add more debug messages? -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue13059] Sporadic test_multiprocessing failure: IOError("bad message length") in recv_bytes()

2011-10-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: This is a really weird error. At this point, the child is waiting for a challenge from the parent, and the challenge is something like 32 bytes long: message = os.urandom(MESSAGE_LENGTH) connection.send_bytes(CHALLENGE + message) So, this can only mea

[issue13059] Sporadic test_multiprocessing failure: IOError("bad message length") in recv_bytes()

2011-09-29 Thread STINNER Victor
STINNER Victor added the comment: See also issue #13063. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue13059] Sporadic test_multiprocessing failure: IOError("bad message length") in recv_bytes()

2011-09-29 Thread STINNER Victor
New submission from STINNER Victor : [ 62/359] test_multiprocessing Warning -- threading._dangling was modified by test_multiprocessing Warning -- multiprocessing.process._dangling was modified by test_multiprocessing test test_multiprocessing crashed -- Traceback (most recent call last): File