GNOME Bugzilla – Bug 346418
seahorse-tool crashes if seahorse-daemon not already running
Last modified: 2006-07-04 22:02:35 UTC
Run killall seahorse-daemon seahorse-tool --sign or --encrypt seahorse-tool crashes with the following terminal output: $ seahorse-tool --sign seahorseTesting/ ** (process:21992): WARNING **: can't lock memory: Cannot allocate memory ** (seahorse-tool:21992): CRITICAL **: key_store_row_add: assertion `ref == NULL' failed (seahorse-tool:21992): Gtk-CRITICAL **: gtk_tree_store_set: assertion `VALID_ITER (iter, tree_store)' failed ** (seahorse-tool:21992): CRITICAL **: key_store_row_add: assertion `ref == NULL' failed (seahorse-tool:21992): Gtk-CRITICAL **: gtk_tree_store_set: assertion `VALID_ITER (iter, tree_store)' failed ** (seahorse-tool:21992): CRITICAL **: key_store_row_add: assertion `ref == NULL' failed (seahorse-tool:21992): Gtk-CRITICAL **: gtk_tree_store_set: assertion `VALID_ITER (iter, tree_store)' failed ** ERROR **: file cryptui-key-store.c: line 160 (key_store_key_changed): assertion failed: (ref != NULL) aborting... If seahorse-daemon is already running this crash doesn't exist.
Fixed. Was a case of an overzealous assertion.