Spooky recurring error
Tamás Gulácsi
gt-dev at gthomas.homelinux.org
Sat Jul 14 07:38:35 BST 2007
Hi all!
My system:
gthomas at gthomas-laptop:~/projects/unosoft/ws$ uname -a
Linux gthomas-laptop 2.6.22-7-generic #1 SMP Mon Jun 25 17:33:14 GMT
2007 i686 GNU/Linux
gthomas at gthomas-laptop:~/projects/unosoft/ws$ mount |grep /home
/dev/sda5 on /home type xfs (rw)
gthomas at gthomas-laptop:~/projects/unosoft/ws$ bzr --version
Bazaar (bzr) 0.18.0dev0
Using Python interpreter: /usr/bin/python
Using Python standard library: /usr/lib/python2.5
Using bzrlib: /usr/lib/python2.5/site-packages/bzrlib
Using Bazaar configuration: /home/gthomas/.bazaar
Using Bazaar log file: /home/gthomas/.bzr.log
The problem: on this system I have several repositories, and after I
create a new one with bzr init (or bzr init-repo, and then bzr init),
it just works fine - I can add files to it, commit changes, merge
to/from it ...etc.
But on the next day (I think the logout is the key), it becomes
useless, bzr check and bzr status spews the following errors:
gthomas at gthomas-laptop:~/projects/unosoft$ bzr info
Shared repository with trees (format: dirstate or dirstate-tags or knit)
Location:
shared repository: file:///home/gthomas/
gthomas at gthomas-laptop:~/projects/unosoft$ cd
aodb/ dealer_portal/ twisted/ ws/
gthomas at gthomas-laptop:~/projects/unosoft$ cd ws/
gthomas at gthomas-laptop:~/projects/unosoft/ws$ bzr info
Repository tree (format: dirstate)
Location:
shared repository: file:///home/gthomas/
repository branch: projects/unosoft/ws
Related branches:
parent branch: file:///home/gthomas/szemet/ws-cache/
gthomas at gthomas-laptop:~/projects/unosoft/ws$ bzr status
bzr: ERROR: exceptions.AssertionError:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 729,
in run_bzr_catch_errors return run_bzr(argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 691,
in run_bzr ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 389,
in run_argv_aliases return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 701,
in ignore_pipe result = func(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 187,
in run to_file=self.outf, short=short, versioned=versioned)
File "/usr/lib/python2.5/site-packages/bzrlib/status.py", line 157,
in show_tree_status want_unversioned=want_unversioned)
File "/usr/lib/python2.5/site-packages/bzrlib/tree.py", line 91, in
changes_from want_unversioned=want_unversioned,
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line
127, in read_locked return unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/tree.py", line 596, in
compare want_unversioned=want_unversioned)
File "/usr/lib/python2.5/site-packages/bzrlib/delta.py", line 228, in
_compare_trees want_unversioned=want_unversioned):
File "/usr/lib/python2.5/site-packages/bzrlib/workingtree_4.py", line
1717, in _iter_changes state._read_dirblocks_if_needed()
File "/usr/lib/python2.5/site-packages/bzrlib/dirstate.py", line
1562, in _read_dirblocks_if_needed assert trailing == ''
AssertionError
bzr 0.18.0dev0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'status']
** please send this report to bazaar at lists.ubuntu.com
gthomas at gthomas-laptop:~/projects/unosoft/ws$ bzr check
bzr: ERROR: bzrlib.errors.BzrCheckError: Unprintable exception
BzrCheckError: dict={'_preformatted_string': None}, fmt='Internal check
failed: %(message)s', error=KeyError('message',)
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 729,
in run_bzr_catch_errors return run_bzr(argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 691,
in run_bzr ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 389,
in run_argv_aliases return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line
2237, in run check(branch, verbose)
File "/usr/lib/python2.5/site-packages/bzrlib/check.py", line 201, in
check branch_result = branch.check()
File "/usr/lib/python2.5/site-packages/bzrlib/decorators.py", line
127, in read_locked return unbound(self, *args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/branch.py", line 749,
in check % revision_id)
BzrCheckError: Unprintable exception BzrCheckError:
dict={'_preformatted_string': None}, fmt='Internal check failed:
%(message)s', error=KeyError('message',)
bzr 0.18.0dev0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'check']
** please send this report to bazaar at lists.ubuntu.com
gthomas at gthomas-laptop:~/projects/unosoft/ws$
Any idea???
Thanks,
Tamás Gulácsi
More information about the bazaar
mailing list