[issue1617] Rare exception in test_urllib2net

2008-01-23 Thread Neal Norwitz

Neal Norwitz added the comment:

This started happening consistently on my box and I was able to
reproduce it.  Revision 60233 should fix this problem.  I forwarded the
checkin to Greg.  Hopefully he can comment if there is a problem.  (Also
cc'd him on this bug report that I'm now closing.)

--
assignee:  - nnorwitz
nosy: +gregory.p.smith
resolution:  - fixed
status: open - closed

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1617
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1617] Rare exception in test_urllib2net

2007-12-13 Thread Guido van Rossum

New submission from Guido van Rossum:

test test_urllib2net failed -- Traceback (most recent call last):
 File /tmp/python-test/local/lib/python2.6/test/test_urllib2net.py,
line 175, in test_ftp
   self._test_urls(urls, self._extra_handlers())
 File /tmp/python-test/local/lib/python2.6/test/test_urllib2net.py,
line 244, in _test_urls
   f = urllib2.urlopen(url, req)
 File /tmp/python-test/local/lib/python2.6/urllib2.py, line 124, in
urlopen
   return _opener.open(url, data, timeout)
 File /tmp/python-test/local/lib/python2.6/urllib2.py, line 380, in open
   response = self._open(req, data)
 File /tmp/python-test/local/lib/python2.6/urllib2.py, line 398, in _open
   '_open', req)
 File /tmp/python-test/local/lib/python2.6/urllib2.py, line 358, in
_call_chain
   result = func(*args)
 File /tmp/python-test/local/lib/python2.6/urllib2.py, line 1277, in
ftp_open
   fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
 File /tmp/python-test/local/lib/python2.6/urllib2.py, line 1323, in
connect_ftp
   self.cache[key] = ftpwrapper(user, passwd, host, port, dirs, timeout)
 File /tmp/python-test/local/lib/python2.6/urllib.py, line 842, in
__init__
   self.init()
 File /tmp/python-test/local/lib/python2.6/urllib.py, line 848, in init
   self.ftp.connect(self.host, self.port, self.timeout)
 File /tmp/python-test/local/lib/python2.6/ftplib.py, line 129, in connect
   self.sock = socket.create_connection((self.host, self.port),
self.timeout)
 File /tmp/python-test/local/lib/python2.6/socket.py, line 462, in
create_connection
   raise error, msg
TypeError: __init__() takes exactly 2 arguments (3 given)

It looks like somehow msg is a 2-tuple here.  What exception could have
been caught?

--
messages: 58588
nosy: gvanrossum
priority: normal
severity: normal
status: open
title: Rare exception in test_urllib2net
type: crash
versions: Python 2.6

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1617
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1617] Rare exception in test_urllib2net

2007-12-13 Thread Neal Norwitz

Neal Norwitz added the comment:

This may happen every time on the MIPS buildbot.  Here is a recent run.

http://www.python.org/dev/buildbot/all/MIPS%20Debian%20trunk/builds/190/step-test/0

My guess is that there is some exception happening in C code and that
propagates back up to the error we see.  I could never find the root
cause when I tried to trace I down though.

--
nosy: +nnorwitz

__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1617
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1617] Rare exception in test_urllib2net

2007-12-13 Thread Guido van Rossum

Guido van Rossum added the comment:

Can you log in to the box and reproduce it manually?

On Dec 13, 2007 1:49 PM, Neal Norwitz [EMAIL PROTECTED] wrote:

 Neal Norwitz added the comment:

 This may happen every time on the MIPS buildbot.  Here is a recent run.

 http://www.python.org/dev/buildbot/all/MIPS%20Debian%20trunk/builds/190/step-test/0

 My guess is that there is some exception happening in C code and that
 propagates back up to the error we see.  I could never find the root
 cause when I tried to trace I down though.

 --
 nosy: +nnorwitz


 __
 Tracker [EMAIL PROTECTED]
 http://bugs.python.org/issue1617
 __


__
Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue1617
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com