GNOME Bugzilla – Bug 659733
gtk_tree_model_row_deleted: assertion `path != NULL' failed
Last modified: 2011-09-21 18:54:50 UTC
This happens in gnome-control-center, when filtering the panels using the search entry, typing a second character gets "Gtk-CRITICAL **: gtk_tree_model_row_deleted: assertion `path != NULL' failed" and it doesn't filter anymore. Gtk-CRITICAL **: gtk_tree_model_row_deleted: assertion `path != NULL' failed Program received signal SIGTRAP, Trace/breakpoint trap. 0x00007ffff6ff6c31 in g_logv (log_domain=0x7ffff7d30056 "Gtk", log_level=G_LOG_LEVEL_CRITICAL, format=0x7ffff707dc18 "%s: assertion `%s' failed", args1=0x7fffffffad58) at gmessages.c:570 570 G_BREAKPOINT (); (gdb) bt full
+ Trace 228524
Is it possible bug 659441 fixed this? That patch only hit master this week.
Unfortunately not, it happens in my smoketesting environment, built from 3.1.92 tarballs (including GTK+).
The patch was committed after the GTK+ 3.1.92 release as far as I can see.
I just noticed that and was in the process of rebuilding GTK+, hang on…
Indeed, this is now fixed; thanks. *** This bug has been marked as a duplicate of bug 659441 ***