bzr crashed with UnicodeDecodeError in _execute_child(): 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar Explorer |
Invalid
|
Undecided
|
Unassigned | ||
bzr-explorer (Ubuntu) |
New
|
Medium
|
Unassigned |
Bug Description
Binary package hint: bzr
bzr: ERROR: exceptions.
Traceback (most recent call last):
File "/usr/lib/
edit_
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
subprocess.
File "/usr/lib/
errread, errwrite)
File "/usr/lib/
raise child_exception
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
bzr 2.3.1 on python 2.7.1 (linux2)
arguments: ['/usr/bin/bzr', 'explorer']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
bash_completion /usr/lib/
builddeb /usr/lib/
builder /usr/lib/
bzrtools /usr/lib/
cvsps_import /usr/lib/
dbus /usr/lib/
difftools /home/gtzuser/
email /usr/lib/
explorer /usr/lib/
fastimport /usr/lib/
git /usr/lib/
grep /usr/lib/
gtk /usr/lib/
hg /usr/lib/
launchpad /usr/lib/
loom /usr/lib/
netrc_
news_merge /usr/lib/
pipeline /usr/lib/
pqm /usr/lib/
qbzr /usr/lib/
rewrite /usr/lib/
search /usr/lib/
stats /usr/lib/
svn /usr/lib/
upload /usr/lib/
xmloutput /usr/lib/
ProblemType: Crash
DistroRelease: Ubuntu 11.04
Package: bzr 2.3.1-1ubuntu1
ProcVersionSign
Uname: Linux 2.6.38-9-generic x86_64
Architecture: amd64
BzrDebugFlags: set()
BzrVersion: 2.3.1
CommandLine: ['/usr/bin/bzr', 'explorer']
CrashDb: bzr
Date: Mon May 16 16:12:00 2011
ExecutablePath: /usr/bin/bzr
FileSystemEncoding: UTF-8
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
InterpreterPath: /usr/bin/python2.7
Locale: en_US.UTF-8
PackageArchitec
Platform: Linux-2.
ProcCmdline: /usr/bin/python /usr/bin/bzr explorer
ProcEnviron:
LANGUAGE=en_US:en
PATH=(custom, user)
LANG=en_US.UTF-8
SHELL=/bin/bash
PythonVersion: 2.7.1
SourcePackage: bzr
Title: bzr crashed with UnicodeDecodeError in _execute_child(): 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)
UpgradeStatus: Upgraded to natty on 2011-05-09 (7 days ago)
UserEncoding: UTF-8
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse lpadmin netdev plugdev sambashare tape video
tags: | removed: need-duplicate-check |
visibility: | private → public |
affects: | bzr (Ubuntu) → bzr-explorer (Ubuntu) |
Changed in bzr-explorer (Ubuntu): | |
importance: | Undecided → Medium |
Based on traceback I think you got this problem while trying to open bookmarks file in your editor. For some reason your Ubuntu crashes with unicode error, maybe because some paths has non-ascii characters? maybe that was your home directory? Anyway there is nothing obviously wrong in bzr-explorer itself.