bzr crashed with TypeError in quotefn(): expected string or buffer
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Medium
|
Unassigned | ||
bzr (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
I was trying to change my commit message but I got an error. The suggestion was to do a 'bzr merge'. That command caused the error.
ProblemType: Crash
DistroRelease: Ubuntu 11.10
Package: bzr 2.4.1-1ubuntu1
ProcVersionSign
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
BzrDebugFlags: set()
BzrVersion: 2.4.1
CommandLine: ['/usr/bin/bzr', 'merge']
CrashDb: bzr
Date: Sun Oct 23 08:05:00 2011
ExecutablePath: /usr/bin/bzr
FileSystemEncoding: UTF-8
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
InterpreterPath: /usr/bin/python2.7
Locale: pt_BR.UTF-8
PackageArchitec
Platform: Linux-3.
ProcCmdline: /usr/bin/python /usr/bin/bzr merge
ProcEnviron:
SHELL=/bin/bash
PATH=(custom, no user)
LANG=pt_BR.UTF-8
LANGUAGE=
PythonVersion: 2.7.2
SourcePackage: bzr
Title: bzr crashed with TypeError in quotefn(): expected string or buffer
UpgradeStatus: No upgrade log present (probably fresh install)
UserEncoding: UTF-8
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
tags: | removed: need-duplicate-check |
visibility: | private → public |
Changed in bzr (Ubuntu): | |
importance: | Undecided → Medium |
tags: | added: check-for-breezy |
Fun bug. Steps to reproduce:
bzr init branch location= nonexistent
cd branch
bzr mkdir d
bzr commit -m "Add d" # Just to avoid empty merge protection
bzr config parent_
bzr merge