bzr crashed branching inx from LP
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
I suspect this bug is relatd to #198519 ( 'Connection timed out' on lp branch attempt shouldn't result in a crash ), but i'll file it incase:
When attempting to branch a project hosted by LP i recieved the following error:
bzr branch lp:inx
bzr: ERROR: socket.gaierror: (-2, 'Name or service not known')
Traceback (most recent call last):
File "/usr/lib/
return run_bzr(argv)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
accelerator
File "/usr/lib/
bzrdir = klass.open(
File "/usr/lib/
t = get_transport(base, possible_
File "/usr/lib/
return obj(*args, **kwargs)
File "/usr/lib/
base = directories.
File "/usr/lib/
return service(
File "/usr/lib/
return self._resolve(url)
File "/usr/lib/
result = resolve.
File "/usr/lib/
self.
File "/usr/lib/
result = method(
File "xmlrpclib.py", line 1096, in __call__
return self.__
File "xmlrpclib.py", line 1383, in __request
verbose=
File "xmlrpclib.py", line 1129, in request
self.
File "xmlrpclib.py", line 1243, in send_content
connection.
File "httplib.py", line 798, in endheaders
self.
File "httplib.py", line 679, in _send_output
self.send(msg)
File "httplib.py", line 646, in send
self.connect()
File "httplib.py", line 1072, in connect
sock.
File "<string>", line 1, in connect
gaierror: (-2, 'Name or service not known')
bzr 1.5 on python 2.4.4 (linux2)
arguments: ['/usr/bin/bzr', 'branch', 'lp:inx']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_AU.UTF-8'
plugins:
launchpad /usr/lib/
*** Bazaar has encountered an internal error.
Please report a bug at https:/
including this traceback, and a description of what you
were doing when the error occurred.
Hi,
Thanks for taking the time to report this bug.
I have marked it as a duplicate of bug 198519, as while they
are not identical the while fixing one it will be easy to fix the other.
Thanks,
James