[Python-Dev] Failure on assorted buildbots - Address already in use

Facundo Batista facundobatista at gmail.com
Tue Jul 24 17:28:03 CEST 2007


2007/7/24, Nick Coghlan <ncoghlan at gmail.com>:

> some of the Debian buildbots happier, but several of the other buildbots
> are reporting a variety of "Address already in use" errors in the
> subthreads created by test_urllib2.

Test pass ok in my machine.

However, if in another terminal I make...

>>> import socket
>>> s = socket.socket()
>>> s.bind(("127.0.0.1", 8080))

...the test fails exactly like in the buildbot.

Maybe the tests should be changed to use a not-so-standard port.

Regards,

-- 
.    Facundo

Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/


More information about the Python-Dev mailing list