[Bug 736216] [NEW] bzr crashed with error in _curl_perform(): (28, 'SSL connection timeout at 298225') connecting to Launchpad

Launchpad Bug Tracker 736216 at bugs.launchpad.net
Mon Sep 12 07:18:33 UTC 2011


You have been subscribed to a public bug by Martin Pool (mbp):

Binary package hint: bzr

Running

$ bzr get https://code.launchpad.net/~ubuntu-core-
dev/ubuntu/natty/udev/ubuntu

gives me a big traceback and doesn't work.  Not sure if the problem is
on the launchpad side or not, but even if it is, bzr should probably
just print an error message rather than crashing.

ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: bzr 2.3.0-2
ProcVersionSignature: Ubuntu 2.6.38-6.34-generic 2.6.38-rc7
Uname: Linux 2.6.38-6-generic x86_64
Architecture: amd64
BzrDebugFlags: set()
BzrPlugins:
 bash_completion      /usr/lib/pymodules/python2.7/bzrlib/plugins/bash_completion [2.3.0]
   bzrtools             /usr/lib/python2.7/dist-packages/bzrlib/plugins/bzrtools [2.3.1]
   launchpad            /usr/lib/pymodules/python2.7/bzrlib/plugins/launchpad [2.3.0]
   netrc_credential_store /usr/lib/pymodules/python2.7/bzrlib/plugins/netrc_credential_store [2.3.0]
   news_merge           /usr/lib/pymodules/python2.7/bzrlib/plugins/news_merge [2.3.0]
BzrVersion: 2.3.0
CommandLine:
 ['/usr/bin/bzr',
  'get',
  'https://code.launchpad.net/~ubuntu-core-dev/ubuntu/natty/udev/ubuntu']
CrashDb: bzr
Date: Wed Mar 16 09:30:55 2011
EcryptfsInUse: Yes
ExecutablePath: /usr/bin/bzr
FileSystemEncoding: UTF-8
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha amd64 (20101206)
InterpreterPath: /usr/bin/python2.7
Locale: en_US.UTF-8
Platform: Linux-2.6.38-6-generic-x86_64-with-Ubuntu-11.04-natty
ProcCmdline: /usr/bin/python /usr/bin/bzr get https://code.launchpad.net/~ubuntu-core-dev/ubuntu/natty/udev/ubuntu
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LANGUAGE=en_US:en
PythonVersion: 2.7.1
SourcePackage: bzr
Title: bzr crashed with error in _curl_perform(): (28, 'SSL connection timeout at 298225')
UpgradeStatus: Upgraded to natty on 2011-03-09 (6 days ago)
UserEncoding: UTF-8
UserGroups: adm admin cdrom dialout libvirtd lpadmin plugdev sambashare

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/bzrlib/commands.py", line 923, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/pymodules/python2.7/bzrlib/commands.py", line 1123, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/pymodules/python2.7/bzrlib/commands.py", line 691, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/pymodules/python2.7/bzrlib/commands.py", line 710, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/pymodules/python2.7/bzrlib/cleanup.py", line 135, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/pymodules/python2.7/bzrlib/cleanup.py", line 165, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/pymodules/python2.7/bzrlib/builtins.py", line 1183, in run
    from_location)
  File "/usr/lib/pymodules/python2.7/bzrlib/bzrdir.py", line 806, in open_tree_or_branch
    bzrdir = klass.open(location)
  File "/usr/lib/pymodules/python2.7/bzrlib/bzrdir.py", line 717, in open
    return BzrDir.open_from_transport(t, _unsupported=_unsupported)
  File "/usr/lib/pymodules/python2.7/bzrlib/bzrdir.py", line 747, in open_from_transport
    redirected)
  File "/usr/lib/pymodules/python2.7/bzrlib/lazy_import.py", line 128, in __call__
    return obj(*args, **kwargs)
  File "/usr/lib/pymodules/python2.7/bzrlib/transport/__init__.py", line 1670, in do_catching_redirections
    return action(transport)
  File "/usr/lib/pymodules/python2.7/bzrlib/bzrdir.py", line 734, in find_format
    transport, _server_formats=_server_formats)
  File "/usr/lib/pymodules/python2.7/bzrlib/controldir.py", line 750, in find_format
    return prober.probe_transport(transport)
  File "/usr/lib/pymodules/python2.7/bzrlib/bzrdir.py", line 1501, in probe_transport
    server_version = medium.protocol_version()
  File "/usr/lib/pymodules/python2.7/bzrlib/smart/medium.py", line 632, in protocol_version
    client_protocol.query_version()
  File "/usr/lib/pymodules/python2.7/bzrlib/smart/protocol.py", line 791, in query_version
    self.call('hello')
  File "/usr/lib/pymodules/python2.7/bzrlib/smart/protocol.py", line 631, in call
    self._request.finished_writing()
  File "/usr/lib/pymodules/python2.7/bzrlib/smart/medium.py", line 439, in finished_writing
    self._finished_writing()
  File "/usr/lib/pymodules/python2.7/bzrlib/transport/http/__init__.py", line 651, in _finished_writing
    data = self._medium.send_http_smart_request(self._buffer)
  File "/usr/lib/pymodules/python2.7/bzrlib/transport/http/__init__.py", line 615, in send_http_smart_request
    code, body_filelike = t._post(bytes)
  File "/usr/lib/pymodules/python2.7/bzrlib/transport/http/_pycurl.py", line 273, in _post
    'Content-Type: application/octet-stream'])
  File "/usr/lib/pymodules/python2.7/bzrlib/transport/http/_pycurl.py", line 375, in _curl_perform
    curl.perform()
error: (28, 'SSL connection timeout at 298225')

** Affects: bzr
     Importance: Medium
         Status: Invalid

** Affects: launchpad
     Importance: Critical
         Status: Invalid

** Affects: bzr (Ubuntu)
     Importance: Medium
         Status: Invalid

** Affects: curl (Ubuntu)
     Importance: Undecided
         Status: Fix Released

** Affects: bzr (Ubuntu Maverick)
     Importance: Undecided
         Status: Invalid

** Affects: curl (Ubuntu Maverick)
     Importance: Undecided
         Status: In Progress

** Affects: bzr (Ubuntu Natty)
     Importance: Undecided
         Status: Invalid

** Affects: curl (Ubuntu Natty)
     Importance: Undecided
         Status: Fix Committed

** Affects: bzr (Ubuntu Oneiric)
     Importance: Medium
         Status: Invalid

** Affects: curl (Ubuntu Oneiric)
     Importance: Undecided
         Status: Fix Released


** Tags: amd64 apport-crash bugpattern-needed error-reporting https natty running-unity verification-done-natty verification-needed
-- 
bzr crashed with error in _curl_perform(): (28, 'SSL connection timeout at 298225') connecting to Launchpad
https://bugs.launchpad.net/bugs/736216
You received this bug notification because you are a member of Ubuntu Package Archive Administrators, which is subscribed to the bug report.



More information about the ubuntu-archive mailing list