gtg --debug doesn't seem to provide much of interest:
2010-06-15 15:27:34,847 - DEBUG - tree:new_relationship:109 - new relationship
between root and 1...@1
2010-06-15 15:27:34,847 - DEBUG - tree:new_relationship:109 - new relationship
between root and 1...@1
2010-06-15 15:27:34,847 - DEBUG - tree:new_relationship:135 - * * * * *
Relationship already existing
2010-06-15 15:27:34,848 - DEBUG - tree:new_relationship:109 - new relationship
between root and 1...@1
2010-06-15 15:27:34,848 - DEBUG - tree:new_relationship:109 - new relationship
between root and 1...@1
2010-06-15 15:27:34,848 - DEBUG - tree:new_relationship:135 - * * * * *
Relationship already existing
2010-06-15 15:27:34,848 - DEBUG - tree:new_relationship:109 - new relationship
between root and 1...@1
2010-06-15 15:27:34,848 - DEBUG - tree:new_relationship:109 - new relationship
between root and 1...@1
2010-06-15 15:27:34,849 - DEBUG - tree:new_relationship:135 - * * * * *
Relationship already existing
PROBLEM: child 5...@1 have the path [(1,)] but parent has (5,)
/home/bryce/src/gtg/gtg/GTG/gtk/manager.py:209: GtkWarning:
gtk_tree_model_sort_get_value: assertion `VALID_ITER (iter, tree_model_sort)'
failed
gtk.main()
/home/bryce/src/gtg/gtg/GTG/gtk/manager.py:209: Warning: g_object_set_property:
assertion `G_IS_VALUE (value)' failed
gtk.main()
/home/bryce/src/gtg/gtg/GTG/gtk/manager.py:209: Warning: g_value_unset:
assertion `G_IS_VALUE (value)' failed
gtk.main()
/home/bryce/src/gtg/gtg/GTG/gtk/browser/tasktree.py:473: GtkWarning:
gtk_tree_model_sort_get_value: assertion `VALID_ITER (iter, tree_model_sort)'
failed
value = model.get_value(iter, COL_TAGS)
Traceback (most recent call last):
File "/home/bryce/src/gtg/gtg/GTG/gtk/browser/tasktree.py", line 473, in
_celldatafunction
value = model.get_value(iter, COL_TAGS)
TypeError: unknown type (null)
2010-06-15 15:27:34,969 - DEBUG - browser:on_task_added:1316 - Add task with
ID: 5...@1
2010-06-15 15:27:34,994 - DEBUG - browser:on_task_added:1316 - Add task with
ID: 5...@1
2010-06-15 15:27:35,019 - DEBUG - browser:on_task_added:1316 - Add task with
ID: 5...@1
2010-06-15 15:27:35,045 - DEBUG - browser:on_task_added:1316 - Add task with
ID: 5...@1
2010-06-15 15:27:35,071 - DEBUG - browser:on_task_added:1316 - Add task with
ID: 5...@1
2010-06-15 15:27:35,096 - DEBUG - browser:on_task_added:1316 - Add task with
ID: 5...@1
2010-06-15 15:27:35,121 - DEBUG - browser:on_task_added:1316 - Add task with
ID: 5...@1
2010-06-15 15:27:35,150 - DEBUG - browser:on_task_added:1316 - Add task with
ID: 5...@1
2010-06-15 15:27:35,176 - DEBUG - browser:on_task_added:1316 - Add task with
ID: 5...@1
... continues hundreds of lines ...
--
Crash toggling off WorkView
https://bugs.launchpad.net/bugs/590447
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:
I ran gtg 0.3+bzr (from yesterday) on my (large) set of tasks ported from 0.2,
and left it running overnight (no other changes to tasks had been done).
WorkView had been turned on. Next morning I clicked WorkView and it crashed:
/home/bryce/src/gtg/new-scheduling/GTG/viewmanager/manager.py:207: GtkWarning:
file /build/buildd/gtk+2.0-2.18.3/gtk/gtktreeview.c: line 5928
(validate_visible_area): assertion `has_child' failed.
There is a disparity between the internal view of the GtkTreeView,
and the GtkTreeModel. This generally means that the model has changed
without letting the view know. Any display from now on is likely to
be incorrect.
gtk.main()
/home/bryce/src/gtg/new-scheduling/GTG/viewmanager/manager.py:207: GtkWarning:
gtk_tree_model_sort_get_value: assertion `VALID_ITER (iter, tree_model_sort)'
failed
gtk.main()
/home/bryce/src/gtg/new-scheduling/GTG/viewmanager/manager.py:207: Warning:
g_object_set_property: assertion `G_IS_VALUE (value)' failed
gtk.main()
/home/bryce/src/gtg/new-scheduling/GTG/viewmanager/manager.py:207: Warning:
g_value_unset: assertion `G_IS_VALUE (value)' failed
gtk.main()
/home/bryce/src/gtg/new-scheduling/GTG/taskbrowser/tasktree.py:377: GtkWarning:
gtk_tree_model_sort_get_value: assertion `VALID_ITER (iter, tree_model_sort)'
failed
value = model.get_value(iter, COL_TAGS)
Traceback (most recent call last):
File "/home/bryce/src/gtg/new-scheduling/GTG/taskbrowser/tasktree.py", line
377, in _celldatafunction
value = model.get_value(iter, COL_TAGS)
TypeError: unknown type (null)
/home/bryce/src/gtg/new-scheduling/GTG/tools/gtkcrashhandler.py:231:
GtkWarning: file /build/buildd/gtk+2.0-2.18.3/gtk/gtktreeview.c: line 5928
(validate_visible_area): assertion `has_child' failed.
There is a disparity between the internal view of the GtkTreeView,
and the GtkTreeModel. This generally means that the model has changed
without letting the view know. Any display from now on is likely to
be incorrect.
res = dialog.run()
/home/bryce/src/gtg/new-scheduling/GTG/tools/gtkcrashhandler.py:231:
GtkWarning: gtk_tree_model_sort_get_value: assertion `VALID_ITER (iter,
tree_model_sort)' failed
res = dialog.run()
/home/bryce/src/gtg/new-scheduling/GTG/tools/gtkcrashhandler.py:231: Warning:
g_object_set_property: assertion `G_IS_VALUE (value)' failed
res = dialog.run()
/home/bryce/src/gtg/new-scheduling/GTG/tools/gtkcrashhandler.py:231: Warning:
g_value_unset: assertion `G_IS_VALUE (value)' failed
res = dialog.run()
Traceback (most recent call last):
File "/home/bryce/src/gtg/new-scheduling/GTG/taskbrowser/tasktree.py", line
377, in _celldatafunction
value = model.get_value(iter, COL_TAGS)
TypeError: unknown type (null)
_______________________________________________
Mailing list: https://launchpad.net/~gtg
Post to : [email protected]
Unsubscribe : https://launchpad.net/~gtg
More help : https://help.launchpad.net/ListHelp