bazaar 0.14 crash
Tomislav Filipčić
tomislav at filipcic.com
Wed Mar 28 16:42:54 BST 2007
I use bazaar to version my /etc folder. It worked fine for the past
few months and then today...
ra etc # bzr status
bzr: ERROR: exceptions.AssertionError:
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/bzrlib/commands.py", line
650, in run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib64/python2.4/site-packages/bzrlib/commands.py", line
612, in run_bzr
ret = run(*run_argv)
File "/usr/lib64/python2.4/site-packages/bzrlib/commands.py", line
304, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib64/python2.4/site-packages/bzrlib/commands.py", line
622, in ignore_pipe
result = func(*args, **kwargs)
File "/usr/lib64/python2.4/site-packages/bzrlib/builtins.py", line
171, in run
short=short)
File "/usr/lib64/python2.4/site-packages/bzrlib/status.py", line
139, in show_tree_status
specific_files=specific_files)
File "/usr/lib64/python2.4/site-packages/bzrlib/tree.py", line 87,
in changes_from
include_root=include_root
File "/usr/lib64/python2.4/site-packages/bzrlib/decorators.py",
line 38, in read_locked
return unbound(self, *args, **kwargs)
File "/usr/lib64/python2.4/site-packages/bzrlib/tree.py", line
460, in compare
specific_file_ids, include_root)
File "/usr/lib64/python2.4/site-packages/bzrlib/delta.py", line
187, in _compare_trees
assert kind[0] == kind[1] or None in kind
AssertionError
bzr 0.14.0 on python 2.4.3.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'status']
** please send this report to bazaar at lists.ubuntu.com
The only thing that has changed in the folder is the addition of file
called "rmt". If I remove it everything works fine. This is the
content of the file
ra etc # cat rmt
#!/bin/sh
#
# This is not a mistake. This shell script (/etc/rmt) has been provided
# for compatibility with other Unix-like systems, some of which have
# utilities that expect to find (and execute) rmt in the /etc directory
# on remote systems.
#
exec /usr/sbin/rmt "$@"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2425 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20070328/fdfc2344/attachment-0001.bin
More information about the bazaar
mailing list