bzr lp-propose-merge -R foo crashes if there is no such team or person on launchpad
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
bzr (Ubuntu) |
Triaged
|
Medium
|
Unassigned |
Bug Description
Binary package hint: bzr
I used "bzr lp-propose-merge -R person" and made a typo in the person's nickname.
Bzr did not handle that situation and crashed.
ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: bzr 2.2.1-0ubuntu1
ProcVersionSign
Uname: Linux 2.6.35-24-generic x86_64
NonfreeKernelMo
Architecture: amd64
BzrDebugFlags: set()
BzrVersion: 2.2.1
CommandLine: ['/usr/bin/bzr', 'lp-propose-merge', '-R', 'deepti']
CrashDb: bzr
Date: Tue Dec 21 18:01:24 2010
ExecutablePath: /usr/bin/bzr
FileSystemEncoding: UTF-8
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release Candidate amd64 (20100928)
InterpreterPath: /usr/bin/python2.6
Locale: pl_PL.utf8
Platform: Linux-2.
ProcCmdline: /usr/bin/python /usr/bin/bzr lp-propose-merge -R deepti
ProcEnviron:
SHELL=/bin/bash
PATH=(custom, user)
LANG=pl_PL.utf8
PythonVersion: 2.6.6
SourcePackage: bzr
Title: bzr crashed with KeyError in __getitem__()
UserEncoding: UTF-8
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
return self._operation
File "/usr/lib/
self.cleanups, self.func, *args, **kwargs)
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
reviews, staging, approve=approve)
File "/usr/lib/
reviews]
File "/usr/lib/
raise KeyError(key)
KeyError: u'deepti'
tags: | removed: need-duplicate-check |
description: | updated |
visibility: | private → public |
Changed in bzr: | |
status: | New → Confirmed |
Changed in bzr (Ubuntu): | |
status: | New → Triaged |
Changed in bzr: | |
importance: | Undecided → Low |
Changed in bzr (Ubuntu): | |
importance: | Undecided → Medium |
Changed in bzr: | |
importance: | Low → Medium |
tags: | added: check-for-breezy |