Description of problem: "yelp info:bc" freezes with assert failures Version-Release number of selected component (if applicable): yelp-2.16.0-10.fc6 How reproducible: Always Steps to Reproduce: type "yelp info:bc" in a terminal Actual results: "yelp info:bc" freezes Expected results: shouldn't freeze Additional info: It gives the following error messages: $ yelp info:bc (yelp:3474): Gtk-CRITICAL **: gtk_tree_store_insert_after: assertion `G_NODE (sibling->user_data)->parent == G_NODE (parent->user_data)' failed (yelp:3474): Gtk-CRITICAL **: gtk_tree_store_set_valist: assertion `VALID_ITER (iter, tree_store)' failed (yelp:3474): Gtk-CRITICAL **: gtk_tree_store_iter_parent: assertion `VALID_ITER (child, tree_store)' failed (yelp:3474): Gtk-CRITICAL **: gtk_tree_store_insert_after: assertion `VALID_ITER (sibling, tree_store)' failed (yelp:3474): Gtk-CRITICAL **: gtk_tree_store_set_valist: assertion `VALID_ITER (iter, tree_store)' failed (yelp:3474): Gtk-CRITICAL **: gtk_tree_store_iter_parent: assertion `VALID_ITER (child, tree_store)' failed (yelp:3474): Gtk-CRITICAL **: gtk_tree_store_insert_after: assertion `VALID_ITER (sibling, tree_store)' failed (yelp:3474): Gtk-CRITICAL **: gtk_tree_store_set_valist: assertion `VALID_ITER (iter, tree_store)' failed
This bug is still present in yelp-2.18.0-1.fc7 $ yelp info:bc (yelp:2004): Gtk-CRITICAL **: gtk_tree_store_insert_after: assertion `G_NODE (sibling->user_data)->parent == G_NODE (parent->user_data)' failed (yelp:2004): Gtk-CRITICAL **: gtk_tree_store_set_valist: assertion `VALID_ITER (iter, tree_store)' failed (yelp:2004): Gtk-CRITICAL **: gtk_tree_store_iter_parent: assertion `VALID_ITER (child, tree_store)' failed (yelp:2004): Gtk-CRITICAL **: gtk_tree_store_insert_after: assertion `VALID_ITER (sibling, tree_store)' failed (yelp:2004): Gtk-CRITICAL **: gtk_tree_store_set_valist: assertion `VALID_ITER (iter, tree_store)' failed (yelp:2004): Gtk-CRITICAL **: gtk_tree_store_iter_parent: assertion `VALID_ITER (child, tree_store)' failed (yelp:2004): Gtk-CRITICAL **: gtk_tree_store_insert_after: assertion `VALID_ITER (sibling, tree_store)' failed (yelp:2004): Gtk-CRITICAL **: gtk_tree_store_set_valist: assertion `VALID_ITER (iter, tree_store)' failed
Also crashing are info:automake16 info:gnutls
Created attachment 150870 [details] patch that fixes the first crash
this bug is still present in yelp-2.18.1-1.fc7
I've added the patch in 2.18.1-2.fc7 and filed http://bugzilla.gnome.org/show_bug.cgi?id=430365 to track the remaining crashes upstream.