bug report

Adrian daerr at free.fr
Fri Oct 12 01:09:35 BST 2007


I made bzr crash when trying to remove a directory using
'bzr remove ll/'
The crash report follows, please send me a note if you wish more 
detailed information.
regards, Adrian Daerr


kuroko:phynumM1> bzr remove ll/
bzr: ERROR: exceptions.TypeError: expected string or buffer

Traceback (most recent call last):
   File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 800, 
in run_bzr_catch_errors
     return run_bzr(argv)
   File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 758, 
in run_bzr
     ret = run(*run_argv)
   File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 492, 
in run_argv_aliases
     return self.run(**all_cmd_args)
   File "/usr/lib/python2.4/site-packages/bzrlib/builtins.py", line 
1121, in run
     force=file_deletion_strategy=='force')
   File "/usr/lib/python2.4/site-packages/bzrlib/mutabletree.py", line 
50, in tree_write_locked
     return unbound(self, *args, **kwargs)
   File "/usr/lib/python2.4/site-packages/bzrlib/workingtree.py", line 
1847, in remove
     if not self.is_ignored(path[1]) and (
   File "/usr/lib/python2.4/site-packages/bzrlib/workingtree.py", line 
1604, in is_ignored
     return self._ignoreglobster.match(filename)
   File "/usr/lib/python2.4/site-packages/bzrlib/globbing.py", line 213, 
in match
     match = regex.match(filename)
TypeError: expected string or buffer

bzr 0.91.0 on python 2.4.4.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'remove', 'll/']

** please send this report to bazaar at lists.ubuntu.com



More information about the bazaar mailing list