Bzr broken?

Patrick van der Velde petrikvandervelde at gmail.com
Thu Oct 1 06:44:29 BST 2009


Hi all

I just got the following message while calling bzr status for one of my projects

PS C:\tools\Console\Console2> sl
D:\documents\petrik\software\nSarrac\code\unstable\v1
PS D:\documents\petrik\software\nSarrac\code\unstable\v1> bzr status
bzr: ERROR: exceptions.AssertionError: get_next() called when there
are no chars left

Traceback (most recent call last):
  File "bzrlib\commands.pyo", line 729, in exception_to_return_code
  File "bzrlib\commands.pyo", line 924, in run_bzr
  File "bzrlib\commands.pyo", line 560, in run_argv_aliases
  File "bzrlib\commands.pyo", line 939, in ignore_pipe
  File "bzrlib\builtins.pyo", line 311, in run
  File "bzrlib\status.pyo", line 118, in show_tree_status
  File "bzrlib\tree.pyo", line 97, in changes_from
  File "bzrlib\decorators.pyo", line 138, in read_locked
  File "bzrlib\tree.pyo", line 878, in compare
  File "bzrlib\delta.pyo", line 230, in _compare_trees
  File "bzrlib\tree.pyo", line 105, in iter_changes
  File "bzrlib\workingtree_4.pyo", line 2027, in iter_changes
  File "bzrlib\dirstate.pyo", line 2059, in _read_dirblocks_if_needed
  File "_dirstate_helpers_c.pyx", line 765, in
bzrlib._dirstate_helpers_c._read_dirblocks_c
  File "_dirstate_helpers_c.pyx", line 731, in
bzrlib._dirstate_helpers_c.Reader._parse_dirblocks
  File "_dirstate_helpers_c.pyx", line 652, in
bzrlib._dirstate_helpers_c.Reader._get_entry
  File "_dirstate_helpers_c.pyx", line 570, in
bzrlib._dirstate_helpers_c.Reader.get_next_str
  File "_dirstate_helpers_c.pyx", line 552, in
bzrlib._dirstate_helpers_c.Reader.get_next
AssertionError: get_next() called when there are no chars left

bzr 1.15 on python 2.5.2 (win32)
arguments: ['C:\\Program Files (x86)\\Bazaar\\bzr.exe', 'status']
encoding: 'cp1252', fsenc: 'mbcs', lang: None
plugins:
  bzrtools             C:\Program Files (x86)\Bazaar\plugins\bzrtools [1.15]
  launchpad            C:\Program Files (x86)\Bazaar\plugins\launchpad [1.15]
  netrc_credential_store C:\Program Files
(x86)\Bazaar\plugins\netrc_credential_store [1.15]
  qbzr                 C:\Program Files (x86)\Bazaar\plugins\qbzr [0.9.9]
  svn                  C:\Program Files (x86)\Bazaar\plugins\svn [0.6.1]
  xmloutput            C:\Program Files (x86)\Bazaar\plugins\xmloutput [0.8.4]
*** Bazaar has encountered an internal error.
    Please report a bug at https://bugs.launchpad.net/bzr/+filebug
    including this traceback, and a description of what you
    were doing when the error occurred.

Until yesterday bzr was working fine in that directory and I'm not
sure what has changed.

My main issue now is how do I fix this so that I can commit my changes.

Oh and yes I do know my bzr is old I was going to upgrade to 1.18 but
now I'm waiting for 2.0 to come out.

Thanks

Patrick



More information about the bazaar mailing list