GNOME Bugzilla – Bug 332689
gimp-gap crashes when duplicating frame
Last modified: 2006-05-16 12:25:45 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/gimp-gap/+bug/32900/ "GIMP gives an error when duplicating the frame: <Start of Error Message> GIMP Message Plug-In crashed: "gap_plugins" (/usr/lib/gimp/2.0/plug-ins/gap_plugins) The dying Plug-In may have messed up GIMP's internal state. You may want to save your images and restart GIMP to be on the safe side. <End of Error Message> I have restarted GIMP three times, two no avail, and tries reinstalling gimp-gap threw adept. gdb of gimp (gdb) exec-file gimp (gdb) (gdb) run gimp Starting program: /usr/bin/gimp gimp Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 2003035840 (LWP 8520)] *** glibc detected *** free(): invalid pointer: 0x08109180 *** Program exited normally. (gdb)"
Backtrace of the issue: Program received signal SIGABRT, Aborted. 0xffffe410 in __kernel_vsyscall () (gdb) bt
+ Trace 66540
I am using gimp from a recent cvs update along with a fresh update of gimp-gap and all of this with the glib and gtk+ and supporting softwares from debian sid -- i am unable to reproduce this gimp or gimp-gap crash. I can also say that I never had this problem in all of the many years and many combinations of debian gtk+, glib and cvs gimp cvs gimp-gaps I have been using since September 2004. Quite often, this combination of software has been used by me extensively and even ignorantly (like it was stable enough for me to learn with....) How difficult is it to find a diff between the two very similar distributions of the software that is being used?
Ubuntu has gimp-gap 2.2.0-2 (same package as Debian), gimp 2.2.10 (only little change from Debian), gtk 2.8.13, glib 2.10.0
made an attempt to fix this bug in the current CVS version. (The bug was not reproduceable with gtk 2.6.x, tests with gtk 2.8.13 were not yet performed) The fix uses g_object_unref to free GimpThumbnail objects instead of g_free (that may cause problems in other gtk version) Turning off thumbnail saving via preferences could be a temporary workaround if the problem still exist in your environment.
That fixes the crash
*** Bug 341781 has been marked as a duplicate of this bug. ***