bzr log -rxxx filename crashes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
New
|
Undecided
|
Unassigned |
Bug Description
This may or may not be related to bug #300055. The following is a typical error report: This seems to occur only on a 2a format branch. bzr check on the branch shows no errors.
[msapiro@msapiro ...MM_bzr/3.0]$ bzr log -r6790 setup.py
bzr: ERROR: bzrlib.
Traceback (most recent call last):
File "/usr/lib/
return the_callable(*args, **kwargs)
File "/usr/lib/
ret = run(*run_argv)
File "/usr/lib/
return self.run(
File "/usr/lib/
result = func(*args, **kwargs)
File "/usr/lib/
file_list)
File "/usr/lib/
kind = _get_kind_
File "/usr/lib/
return tree.kind(file_id)
File "/usr/lib/
return self._inventory
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
self._root_node = self._get_
File "/usr/lib/
bytes = self._read_
File "/usr/lib/
bytes = stream.
File "/usr/lib/
orig_keys, ordering, include_
File "/usr/lib/
locations = self._index.
File "/usr/lib/
self.
File "/usr/lib/
raise errors.
ObjectNotLocked: <bzrlib.
bzr 2.0.0 on python 2.6.1 (CYGWIN_
arguments: ['/usr/bin/bzr', 'log', '-r6790', 'setup.py']
encoding: 'US-ASCII', fsenc: 'US-ASCII', lang: 'C'
plugins:
bzrtools /usr/lib/
launchpad /usr/lib/
netrc_
*** Bazaar has encountered an internal error. This probably indicates a
bug in Bazaar. You can help us fix it by filing a bug report at
https:/
including this traceback and a description of the problem.
[msapiro@msapiro ...MM_bzr/3.0]$