[issue13895] test_ssl hangs on Ubuntu

2012-01-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: Hopefully it's fixed now, thank you. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker __

[issue13895] test_ssl hangs on Ubuntu

2012-01-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 10c79f29e417 by Antoine Pitrou in branch '3.2': Issue #13895: fix test_ssl hanging under Ubuntu http://hg.python.org/cpython/rev/10c79f29e417 New changeset db0c717cbc01 by Antoine Pitrou in branch 'default': Issue #13895: fix test_ssl hanging under

[issue13895] test_ssl hangs on Ubuntu

2012-01-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I'm assuming it's unrelated, though - I get the same traceback on earlier > revisions (before the test started hanging). Should I file a separate bug? Yes, please. -- ___ Python tracker

[issue13895] test_ssl hangs on Ubuntu

2012-01-28 Thread Nadeem Vawda
Nadeem Vawda added the comment: With the patch applied on 3.2 (it doesn't apply on default), the test passes, but it also prints out this exception traceback: test_protocol_sslv3 (test.test_ssl.ThreadedTests) Connecting to an SSLv3 server with various client options ... SSLv3->SSL

[issue13895] test_ssl hangs on Ubuntu

2012-01-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: Can you try the following patch? -- keywords: +patch Added file: http://bugs.python.org/file24349/test_ssl.patch ___ Python tracker ___ ___

[issue13895] test_ssl hangs on Ubuntu

2012-01-28 Thread Nadeem Vawda
Nadeem Vawda added the comment: The ARM Ubuntu 3.2 buildbot is having the same problem: http://www.python.org/dev/buildbot/all/builders/ARM%20Ubuntu%203.2/builds/158/steps/test/logs/stdio The 2.7 bot is fine, though. -- versions: +Python 3.2 _

[issue13895] test_ssl hangs on Ubuntu

2012-01-28 Thread Nadeem Vawda
New submission from Nadeem Vawda : Since changeset b99c54acb22d, the ARM Ubuntu buildbot has been hanging in test_ssl: http://www.python.org/dev/buildbot/all/builders/ARM%20Ubuntu%203.x/builds/250/steps/test/logs/stdio I've been able to reproduce this behaviour on my AMD64 Ubuntu 11.10 ma