GNOME Bugzilla – Bug 693685
Crashes when pressing a key in network configuration dialog
Last modified: 2013-03-27 10:29:33 UTC
When I open the new configuration dialog and press a letter key (this probably triggers the treeview's search mode), control-center crashes. stderr: (gnome-control-center:1034087): Gtk-CRITICAL **: gtk_list_store_get_value: assertion `iter_is_valid (iter, list_store)' failed (gnome-control-center:1034087): GLib-GObject-WARNING **: gtype.c:4226: type id `0' is invalid (gnome-control-center:1034087): GLib-GObject-WARNING **: can't peek value table for type `<invalid>' which is not currently referenced backtrace:
+ Trace 231509
Ah, version: gnome-control-center 3.7.5.1-37-g5ed961f
The network panel was rewritten in the meanwhile, so there's no treeviews anymore.
gnome-control-center 3.7.91 still crashes at the same place. Sorry if the bug report was unclear.
Created attachment 239887 [details] Screenshot
commit c57faf5da5222cef41ff0bc3480774b4bf18621a Author: Bastien Nocera <hadess@hadess.net> Date: Wed Mar 27 11:24:00 2013 +0100 network: Fix possible crash in connection editor Disable the type-ahead search in the connection editor, the number of items, and their positional stability means that a search feature isn't warranted. As a precaution, also check the success of gtk_tree_selection_get_selected() to avoid crashes. https://bugzilla.gnome.org/show_bug.cgi?id=693685