GNOME Bugzilla – Bug 619769
SIGSEGV when changing /desktop/gnome/interface/gtk_key_theme
Last modified: 2010-05-27 09:45:37 UTC
Running this command: $ gconftool-2 /desktop/gnome/interface/gtk_key_theme -s -t string Emacs or $ gconftool-2 -u /desktop/gnome/interface/gtk_key_theme makes gnome-settings-daemon crash with the following backtrace:
+ Trace 222121
114 GtkStyle *style = 115 gtk_rc_get_style_by_paths (gtk_settings_get_default (), 116 GTK_STYLE_PATH, 117 GTK_STYLE_PATH, 118 GTK_TYPE_LABEL); 119 fd = style->font_desc; 120 if (fd != NULL) { 121 ind_config->font_family = 122 g_strdup (pango_font_description_get_family 123 (fd)); (gdb) p style $1 = 0x0
Actually this seems to be fixed in git master. It was reported and fixed in https://bugzilla.gnome.org/show_bug.cgi?id=618727. *** This bug has been marked as a duplicate of bug 618727 ***