"bzr version-info --all" crashes in Emacs repository
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
Invoking "bzr version-info --all" in the Emacs repository causes the following crash:
D:\gnu\
bzr: ERROR: exceptions.
in position 3391916: ordinal not in range(128)
Traceback (most recent call last):
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\
File "bzrlib\rio.pyo", line 49, in write_stanza
File "bzrlib\rio.pyo", line 215, in write
File "bzrlib\
File "codecs.pyo", line 311, in writelines
File "codecs.pyo", line 303, in write
File "encodings\
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 3391916: or
dinal not in range(128)
bzr 2.1.1 on python 2.5.4 (Windows-
arguments: ['bzr', 'version-info', '--all']
encoding: 'cp1255', fsenc: 'mbcs', lang: None
plugins:
bisect D:\usr\
bzrtools D:\usr\
diffstat D:\usr\
grep D:\usr\
launchpad D:\usr\
netrc_
news_merge D:\usr\
rebase D:\usr\
search D:\usr\
svn D:\usr\
upload D:\usr\
xmloutput D:\usr\
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
Invoking "bzr version-info" without the --all switch does work.