← Back to team overview

gtg team mailing list archive

[Bug 604490] Re: Wrong model length for the root level

 

If nothing else, one thing that would be helpful here would be to make
the error message clearer and not so inscrutable.

Unless this is really intended to be just debug information for
developers, in which case maybe the output should be directed to the
debug Log module.

-- 
Wrong model length for the root level
https://bugs.launchpad.net/bugs/604490
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: New

Bug description:
Got this error message this morning on fresh startup. 

"""
!!!!!!!! We didn't find iter_next for iter 31@1  for path (9,)
/home/bryce/src/gtg/0.3-main/GTG/gtk/browser/browser.py:959: GtkWarning: /build/buildd/gtk+2.0-2.20.1/gtk/gtktreemodelsort.c:2334: There is a discrepancy between the sort model and the child model.  The child model is advertising a wrong length for the root level.
  self.ctask_tv.set_model(ctask_modelsort)
/home/bryce/src/gtg/0.3-main/GTG/gtk/browser/browser.py:961: GtkWarning: _gtk_rbtree_reorder: assertion `tree->root->count == length' failed
  tasktree.COL_CDATE, gtk.SORT_DESCENDING)
/home/bryce/src/gtg/0.3-main/GTG/gtk/browser/browser.py:963: GtkWarning: _gtk_rbtree_reorder: assertion `tree->root->count == length' failed
  tasktree.COL_CDATE, self.date_sort_func,'closed')
"""





References