Created attachment 3329 A backtrace made with GDB after a segfault. Hello! Ristretto 0.0.91 gives a segmentation fault after I delete some file from it and try to browse the others from the same folder or to delete one more. Here is a link to this bug in Gentoo Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=350137
The problem is caused in the thumbnailer. Prereq: - There is no thumbnail yet Actions taken leading to the crash: - Ristretto sends a message to tumbler to request a thumbnail for image 'X' - User closes or deletes the image - Tumbler returns a message that the thumbnail is ready - Ristretto segfaults because the reference to the image is invalid
It is solved in git master, the image object is removed and all objects remain available until the calls to the thumbnailer return.