exceptions.AssertionError: Bad parse
Jack Andrews
effbiae at gmail.com
Wed Aug 29 04:26:53 BST 2007
hi guys,
i'm building on windows (using VC++). i am running ubuntu with
windows in vmware. i was initially running a samba share which
mapped to a network drive on windows (running in vmware). then i
copied my tree onto the c: drive, and mounted that with cifs (nobrl).
i got the following error:
/mnt/c/work $ bzr diff
bzr: ERROR: exceptions.AssertionError: Bad parse, we expected to end
on \n, not: 12 innobase/row: (('innobase/rorow0umod.c',
'row0umod.c-20070815063031-fs78cj2kdaraewyy-2606', 'f'),
[('bbe190dfee6e853c2c403c1501453bb5869d53f2', '19715', 0L, 0, 'f'),
('bbe190dfee6e853c2c403c1501453bb5869d53f2', '19715', 0L, 0, '\n')])
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line
817, in run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line
779, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line
477, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line
789, in ignore_pipe
result = func(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/bzrlib/builtins.py", line 1497, in run
old_label=old_label, new_label=new_label)
File "/usr/lib/python2.5/site-packages/bzrlib/diff.py", line 375, in
diff_cmd_helper
extra_trees=extra_trees)
File "/usr/lib/python2.5/site-packages/bzrlib/diff.py", line 403, in
show_diff_trees
extra_trees=extra_trees)
File "/usr/lib/python2.5/site-packages/bzrlib/diff.py", line 434, in
_show_diff_trees
extra_trees=extra_trees, require_versioned=True)
File "/usr/lib/python2.5/site-packages/bzrlib/tree.py", line 92, 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 615, in compare
want_unversioned=want_unversioned)
File "/usr/lib/python2.5/site-packages/bzrlib/delta.py", line 229,
in _compare_trees
want_unversioned=want_unversioned):
File "/usr/lib/python2.5/site-packages/bzrlib/workingtree_4.py",
line 1734, in _iter_changes
state._read_dirblocks_if_needed()
File "/usr/lib/python2.5/site-packages/bzrlib/dirstate.py", line
1556, in _read_dirblocks_if_needed
_read_dirblocks(self)
File "_dirstate_helpers_c.pyx", line 694, in
_dirstate_helpers_c._read_dirblocks_c
File "_dirstate_helpers_c.pyx", line 661, in
_dirstate_helpers_c.Reader._parse_dirblocks
File "_dirstate_helpers_c.pyx", line 624, in
_dirstate_helpers_c.Reader._get_entry
AssertionError: Bad parse, we expected to end on \n, not: 12
innobase/row: (('innobase/rorow0umod.c',
'row0umod.c-20070815063031-fs78cj2kdaraewyy-2606', 'f'),
[('bbe190dfee6e853c2c403c1501453bb5869d53f2', '19715', 0L, 0, 'f'),
('bbe190dfee6e853c2c403c1501453bb5869d53f2', '19715', 0L, 0, '\n')])
bzr 0.90.0candidate0 on python 2.5.1.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'diff']
** please send this report to bazaar at lists.ubuntu.com
More information about the bazaar
mailing list