Activity log for bug #736216

Date Who What changed Old value New value Message
2011-03-16 16:32:47 Roland Dreier bug added bug
2011-03-17 12:29:32 Apport retracing service tags amd64 apport-crash natty need-duplicate-check running-unity amd64 apport-crash natty running-unity
2011-03-17 12:29:33 Apport retracing service bug added subscriber Crash bug triagers for Ubuntu packages
2011-04-12 07:39:38 Martin Pool description 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 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')
2011-04-12 09:46:51 Martin Pool visibility private public
2011-04-17 19:19:02 Bilal Akhtar bug added subscriber Bilal Akhtar
2011-04-28 17:46:43 Jelmer Vernooij bug task added bzr
2011-04-28 17:47:09 Jelmer Vernooij bzr: status New Confirmed
2011-04-28 17:47:12 Jelmer Vernooij bzr (Ubuntu): status New Triaged
2011-04-28 17:47:16 Jelmer Vernooij bzr (Ubuntu): importance Undecided Medium
2011-04-28 17:47:19 Jelmer Vernooij bzr: importance Undecided Medium
2011-04-28 22:49:29 Martin Pool tags amd64 apport-crash natty running-unity amd64 apport-crash error-reporting https natty running-unity
2011-04-28 23:09:26 Martin Pool summary bzr crashed with error in _curl_perform(): (28, 'SSL connection timeout at 298225') bzr crashed with error in _curl_perform(): (28, 'SSL connection timeout at 298225') connecting to Launchpad
2011-04-28 23:09:59 Martin Pool bug task added launchpad
2011-04-30 13:23:36 Curtis Hovey launchpad: status New Triaged
2011-04-30 13:23:39 Curtis Hovey launchpad: importance Undecided Critical
2011-05-08 00:32:50 Robert Collins launchpad: status Triaged Invalid
2011-05-24 09:33:56 Anthony Wong bug added subscriber Anthony Wong
2011-06-08 18:38:55 Robert Collins bug watch added http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594150
2011-06-08 19:08:07 Andreas Hasenack bug added subscriber Andreas Hasenack
2011-06-08 19:09:36 Sidnei da Silva bug added subscriber Sidnei da Silva
2011-06-16 14:38:20 Michael Vogt bug task added curl (Ubuntu)
2011-06-16 14:38:45 Michael Vogt nominated for series Ubuntu Maverick
2011-06-16 14:38:45 Michael Vogt bug task added bzr (Ubuntu Maverick)
2011-06-16 14:38:45 Michael Vogt bug task added curl (Ubuntu Maverick)
2011-06-16 14:38:45 Michael Vogt nominated for series Ubuntu Natty
2011-06-16 14:38:45 Michael Vogt bug task added bzr (Ubuntu Natty)
2011-06-16 14:38:45 Michael Vogt bug task added curl (Ubuntu Natty)
2011-06-16 14:39:01 Michael Vogt bzr (Ubuntu Natty): status New Incomplete
2011-06-16 14:39:08 Michael Vogt bzr (Ubuntu Natty): status Incomplete Invalid
2011-06-16 14:39:11 Michael Vogt bzr (Ubuntu Maverick): status New Invalid
2011-06-16 14:39:15 Michael Vogt bzr (Ubuntu): status Triaged Invalid
2011-06-16 14:39:20 Michael Vogt curl (Ubuntu): status New In Progress
2011-06-16 14:39:24 Michael Vogt curl (Ubuntu Maverick): status New In Progress
2011-06-16 14:39:27 Michael Vogt curl (Ubuntu Natty): status New In Progress
2011-06-16 14:47:40 Michael Vogt bug added subscriber Ubuntu Stable Release Updates Team
2011-06-16 22:10:54 Martin Pool bzr: status Confirmed Invalid
2011-06-17 06:00:45 Martin Pitt curl (Ubuntu Natty): status In Progress Fix Committed
2011-06-17 06:00:49 Martin Pitt bug added subscriber SRU Verification
2011-06-17 06:00:53 Martin Pitt tags amd64 apport-crash error-reporting https natty running-unity amd64 apport-crash error-reporting https natty running-unity verification-needed
2011-06-17 06:19:14 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/natty/curl/natty-proposed
2011-06-20 16:54:04 Steve Beattie bug added subscriber Steve Beattie
2011-06-21 04:30:58 Martin Pitt tags amd64 apport-crash error-reporting https natty running-unity verification-needed amd64 apport-crash error-reporting https natty running-unity
2011-06-21 04:31:13 Martin Pitt curl (Ubuntu Natty): status Fix Committed In Progress
2011-06-24 23:15:09 Steve Beattie attachment added curl_7.21.3-1ubuntu1.3.debdiff https://bugs.launchpad.net/ubuntu/+source/curl/+bug/736216/+attachment/2180797/+files/curl_7.21.3-1ubuntu1.3.debdiff
2011-06-24 23:20:33 Steve Beattie bug added subscriber Ubuntu Sponsors Team
2011-07-13 17:25:04 Jamie Strandboge removed subscriber Ubuntu Sponsors Team
2011-07-13 18:50:29 Launchpad Janitor curl (Ubuntu): status In Progress Fix Released
2011-07-13 19:18:35 Launchpad Janitor branch linked lp:ubuntu/curl
2011-07-14 16:10:29 Clint Byrum curl (Ubuntu Natty): status In Progress Fix Committed
2011-07-14 16:10:40 Clint Byrum tags amd64 apport-crash error-reporting https natty running-unity amd64 apport-crash error-reporting https natty running-unity verification-needed
2011-07-31 16:17:02 C de-Avillez tags amd64 apport-crash error-reporting https natty running-unity verification-needed amd64 apport-crash error-reporting https natty running-unity verification-done-natty verification-needed
2011-08-23 09:11:01 Apport retracing service tags amd64 apport-crash error-reporting https natty running-unity verification-done-natty verification-needed amd64 apport-crash bugpattern-needed error-reporting https natty running-unity verification-done-natty verification-needed
2011-09-12 07:08:53 Martin Pool nominated for series Ubuntu Oneiric
2011-09-12 07:08:53 Martin Pool bug task added bzr (Ubuntu Oneiric)
2011-09-12 07:08:53 Martin Pool bug task added curl (Ubuntu Oneiric)
2011-09-12 07:18:33 Martin Pool bug added subscriber Ubuntu Package Archive Administrators
2011-09-12 07:23:36 Launchpad Janitor curl (Ubuntu Natty): status Fix Committed Fix Released
2011-10-04 00:08:31 Colin Watson removed subscriber Ubuntu Package Archive Administrators
2014-12-03 08:17:44 Rolf Leggewie curl (Ubuntu Maverick): status In Progress Won't Fix