Crash in bzr fast-import

Paul Moore p.f.moore at gmail.com
Thu May 15 07:52:24 BST 2008


Importing a dump of the Python subversion repository (trunk) created
using svn-fast-export.py. Latest bzr-fastimport, bzr 1.3, Windows XP.

>bzr fast-import ..\py-trunk
07:34:37 1000 commits processed (@803195)
07:35:28 2000 commits processed (@2031445)
07:36:41 3000 commits processed (@3157520)
07:38:13 4000 commits processed (@4320059)
07:39:59 5000 commits processed (@5536323)
07:41:55 6000 commits processed (@6754492)
07:43:49 7000 commits processed (@7918569)
07:45:53 8000 commits processed (@9243056)
bzr: ERROR: exceptions.UnicodeDecodeError: 'ascii' codec can't decode
byte 0xc2 in position 18: ordinal not in range(128)

Traceback (most recent call last):
  File "bzrlib\commands.pyc", line 834, in run_bzr_catch_errors
  File "bzrlib\commands.pyc", line 790, in run_bzr
  File "bzrlib\commands.pyc", line 492, in run_argv_aliases
  File "C:/Documents and Settings/Gustav/Application
Data/bazaar/2.0/plugins\fastimport\__init__.py", line 161, in run
  File "C:/Documents and Settings/Gustav/Application
Data/bazaar/2.0/plugins\fastimport\__init__.py", line 50, in _run
  File "C:/Documents and Settings/Gustav/Application
Data/bazaar/2.0/plugins\fastimport\processor.py", line 83, in process
  File "C:/Documents and Settings/Gustav/Application
Data/bazaar/2.0/plugins\fastimport\processors\generic_processor.py",
line 227, in
_process
  File "C:/Documents and Settings/Gustav/Application
Data/bazaar/2.0/plugins\fastimport\processor.py", line 105, in
_process
  File "C:/Documents and Settings/Gustav/Application
Data/bazaar/2.0/plugins\fastimport\processors\generic_processor.py",
line 382, in
commit_handler
  File "C:/Documents and Settings/Gustav/Application
Data/bazaar/2.0/plugins\fastimport\processor.py", line 170, in process
  File "C:/Documents and Settings/Gustav/Application
Data/bazaar/2.0/plugins\fastimport\processors\generic_processor.py",
line 663, in
modify_handler
  File "C:/Documents and Settings/Gustav/Application
Data/bazaar/2.0/plugins\fastimport\processors\generic_processor.py",
line 791, in
_modify_inventory
  File "bzrlib\inventory.pyc", line 1412, in make_entry
  File "bzrlib\inventory.pyc", line 1431, in ensure_normalized_name
  File "bzrlib\osutils.pyc", line 1037, in _inaccessible_normalized_filename
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position
18: ordinal not in range(128)

bzr 1.3 on python 2.5.2.final.0 (win32)
arguments: ['bzr', 'fast-import', '..\\py-trunk']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  fastimport           C:\Documents and Settings\Gustav\Application
Data\bazaar\2.0\plugins\fastimport [unknown]
  launchpad            C:\Apps\Bazaar\plugins\launchpad [unknown]
  loom                 C:\Documents and Settings\Gustav\Application
Data\bazaar\2.0\plugins\loom [1.4.0dev0]
  qbzr                 C:\Documents and Settings\Gustav\Application
Data\bazaar\2.0\plugins\qbzr [0.8.0]
  svn                  C:\Documents and Settings\Gustav\Application
Data\bazaar\2.0\plugins\svn [0.4.9]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

Paul.



More information about the bazaar mailing list