Hello! I've had a quick look at the bug you filed for double-free in gThumb. Unfortunately I haven't been able to reproduce the problem. It would be very helpful if you could gather some debugging info if you can reliably reproduce this problem.
Here are some short help on how to build a debug version of gThumb to get a useful backtrace: # get source cd /tmp apt-get source gthumb cd gthumb-* # install build-dependencies apt-get build-dep gthumb apt-get install build-essential dpkg-dev # build with no optimization and don't strip of debugging symbols. DEB_BUILD_OPTIONS="noopt,nostrip,debug" dpkg-buildpackage -uc -us now install the debug version you just built: dpkg -i /tmp/gthumb*.deb and run it via gdb: apt-get install gdb gdb gthumb (gdb) run ... [ reproduce problem, the crash will throw you back to the gdb prompt ] ... (gdb) bt ... [ please send this backtrace to [EMAIL PROTECTED] ] ... (gdb) quit -- Regards, Andreas Henriksson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]