GNOME Bugzilla – Bug 677314
crash: navigating the overview with arrow keys
Last modified: 2012-06-06 15:15:51 UTC
Open gnome-control-center, press tab to highlight the first entry, press the right arrow key repeatedly until past the last item in the first row ... (gnome-control-center:3083): GLib-GObject-WARNING **: invalid cast from `GtkSeparator' to `CcShellCategoryView' Program received signal SIGSEGV, Segmentation fault. 0x000000000040d934 in cc_shell_category_view_get_item_view (self=0x89a3c0) at cc-shell-category-view.c:219 219 return (CcShellItemView*) self->priv->iconview; Missing separate debuginfos, use: debuginfo-install cracklib-2.8.18-3.fc17.x86_64 libXt-1.1.2-2.fc17.x86_64 libicu-4.8.1.1-2.fc17.x86_64 libuuid-2.21.2-1.fc17.x86_64 libxslt-1.1.26-9.fc17.x86_64 llvm-libs-3.0-13.fc17.x86_64 (gdb) bt full
+ Trace 230300
commit f2a9d3a4787e69f1c27fa8e2b328ec82fb707302 Author: Bastien Nocera <hadess@hadess.net> Date: Wed Jun 6 16:11:26 2012 +0100 shell: Fix crash when using keynav in overview get_item_views() was expecting all the children of the overview to be of type "CcShellCategoryView". It's not the case since 620e70113c30b0ae868577153dda60139f3c20b4 added GtkSeparators as children. We now just skip them non-views in get_item_views(). https://bugzilla.gnome.org/show_bug.cgi?id=677314