Comment 0 for bug 286834

Revision history for this message
Mats Kindahl (mkindahl) wrote :

When executing gcommit, an exception is thrown. There is nothing special required to trigger the error: it is always possible repeat.

== Bazaar version ==

$ bzr --version
Bazaar (bzr) 1.8rc1
  Python interpreter: /usr/bin/python 2.5.2
  Python standard library: /usr/lib/python2.5
  bzrlib: /usr/lib/python2.5/site-packages/bzrlib
  Bazaar configuration: /home/mats/.bazaar
  Bazaar log file: /home/mats/.bzr.log

Copyright 2005, 2006, 2007, 2008 Canonical Ltd.
http://bazaar-vcs.org/

bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

== Result of execution ==

$ bzr gcommit
QSettings::sync: filename is null/empty
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 849, in run_bzr_catch_errors
    return run_bzr(argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 795, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.5/site-packages/bzrlib/commands.py", line 495, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/home/mats/.bazaar/plugins/gtk/__init__.py", line 394, in run
    dlg = CommitDialog(wt)
  File "/home/mats/.bazaar/plugins/gtk/commit.py", line 252, in __init__
    self.fill_in_data()
  File "/home/mats/.bazaar/plugins/gtk/commit.py", line 266, in fill_in_data
    self._fill_in_files()
  File "/home/mats/.bazaar/plugins/gtk/commit.py", line 327, in _fill_in_files
    ) in iter_changes_to_status(self._basis_tree, self._wt):
  File "/home/mats/.bazaar/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.8rc1 on python 2.5.2 (linux2)
arguments: ['/usr/bin/bzr', 'gcommit']
encoding: 'UTF-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'
plugins:
  difftools /home/mats/.bazaar/plugins/difftools [0.91.0]
  extmerge /home/mats/.bazaar/plugins/extmerge [unknown]
  fastimport /home/mats/.bazaar/plugins/fastimport [unknown]
  gtk /home/mats/.bazaar/plugins/gtk [0.96.0dev1]
  launchpad /usr/lib/python2.5/site-packages/bzrlib/plugins/launchpad [unknown]
*** 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.