GNOME Bugzilla – Bug 522756
gnome-appearance-properties crashed with SIGSEGV in gnome_bg_create_thumbnail()
Last modified: 2008-12-05 02:48:53 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/200106 "Hi, I just upgraded to Hardy from a Gutsy installation, now when I try to open Preferences -> Appearance, the window opens but I cannot do anything then it crashes.
+ Trace 192577
http://launchpadlibrarian.net/12625769/valgrind.log Valgrid log with dbgsym (507.9 KiB, text/plain)"
*** Bug 539032 has been marked as a duplicate of this bug. ***
*** Bug 541997 has been marked as a duplicate of this bug. ***
*** Bug 545550 has been marked as a duplicate of this bug. ***
*** Bug 548906 has been marked as a duplicate of this bug. ***
Happening when get_current_slide() returns NULL.
Most probably happening because there were no slides in a slideshow.
I've fixed the issue, but I'm not it was the only one. Given that the duplicates are all for 2.22, I think this commit also helps: 2008-05-14 William Jon McCann <jmccann@redhat.com> * gnome-bg.c (file_cache_entry_delete), (create_img_thumbnail), (get_pixbuf), (slideshow_ref), (slideshow_unref), (read_slideshow_file): Fix some logic errors wrt to caching of slideshows that may cause nautilus crashes Patch by Matthias Clasen <mclasen@redhat.com>