Created attachment 2476 gdb backtrace of ristretto crashing A user reported a crash of ristretto in KDE when he tried to "open a folder of animated gif wall papers (without play)." Initially reported as https://bugzilla.redhat.com/show_bug.cgi?id=513498, but I prefer tracking things upstream.
I forgot to mention: $ rpm -q ristretto ristretto-0.0.22-1.fc11.x86_64
Can you see what happens when you apply the following patch to navigator.c? --- a/src/navigator.c +++ b/src/navigator.c @@ -1367,1 +1367,2 @@ src_pixbuf = entry->src_pixbuf; + g_object_ref(src_pixbuf);
No feedback from reporter, so I closed the downstream bug report in Fedora a while ago. Doing the same here now.