gcommit fails with assert False, "How did we get here?"

Bug #351683 reported by Eli Osherovich
4
Affects Status Importance Assigned to Milestone
Bazaar GTK+ Frontends
New
Undecided
Unassigned

Bug Description

Trying to run bzr gcommit triggers some assertion.
Here is the output:

eli@ibm397:~/path/to/my/code/$ bzr gcommit
bzr: ERROR: exceptions.AssertionError: How did we get here?

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 716, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 911, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 547, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/gtk/__init__.py", line 393, in run
    dlg = CommitDialog(wt)
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/gtk/commit.py", line 119, in __init__
    self.fill_in_data()
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/gtk/commit.py", line 133, in fill_in_data
    self._fill_in_files()
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/gtk/commit.py", line 191, in _fill_in_files
    ) in iter_changes_to_status(self._basis_tree, self._wt):
  File "/usr/lib/python2.5/site-packages/bzrlib/plugins/gtk/diff.py", line 695, in iter_changes_to_status
    assert False, "How did we get here?"
AssertionError: How did we get here?

bzr 1.13 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'gcommit']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  avahi /usr/lib/python2.5/site-packages/bzrlib/plugins/avahi [0.3dev]
  bzrtools /usr/lib/python2.5/site-packages/bzrlib/plugins/bzrtools [1.13]
  dbus /usr/lib/python2.5/site-packages/bzrlib/plugins/dbus [unknown]
  gtk /usr/lib/python2.5/site-packages/bzrlib/plugins/gtk [0.95.0.final.1]
  launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
  netrc_credential_store /usr/lib/python2.5/site-packages/bzrlib/plugins/netrc_credential_store [unknown]
  svn /usr/lib/python2.5/site-packages/bzrlib/plugins/svn [0.5.3]
*** 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.

Jelmer Vernooij (jelmer)
affects: bzr → bzr-gtk
Vincent Ladeuil (vila)
summary: - gcommit fails
+ gcommit fails with assert False, "How did we get here?"
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.