GNOME Bugzilla – Bug 305102
JPEG "Save As" crashes when setting save options
Last modified: 2008-01-15 14:03:53 UTC
Distribution/Version: Slacware 8-base, 2.6.11.7 kernel, gcc-4.0.0, glibc-2.3.4, glib-2.6.4, gtk+-2.6.7, XFree86 4.5.0 Ok, I've received this crash in various ways and I'm still refining the procedure. Generally speaking, this is what I've done to encounter the crash: 1. Load a JPEG with EXIF data 2. Use Ctrl-D to duplicate the image 3. Right-click on duplicate image and click "File...Save As" 4. Navigate to the desired location of the image and name it with a ".jpg" extentison. Click Save 5. When the "Save As JPEG" dialog appears, expand the "Advanced Options". 6. Click "Progressive", then "Show Preview", then de-select "Save XMP data" and de-select "Save thumbnail" 7. Now de-select "Save EXIF data" and the crash occurs. Here is the stack trace I was able to generate, along with the other debug messages that were generated during the run: --------START---------------- tom@linux:~$ gimp-2.3 This is a development version of The GIMP. Debug messages may appear here. removing duplicate PDB procedure "plug_in_dog" registered by '/usr/local/gimp-2.3.0/lib/gimp/2.0/plug-ins/dog2.3.0' (gimp-2.3:12699): Gtk-WARNING **: Could not find the icon 'gnome-fs-home'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://freedesktop.org/Software/icon-theme/releases jpeg-load: found EXIF block (5231 bytes) file_save_dialog_check_uri: URI = file:///home/tom/web-backups/gimp-test.jpg file_save_dialog_check_uri: basename = gimp-test.jpg file_save_dialog_check_uri: selected save_proc: NULL file_save_dialog_check_uri: URI save_proc: JPEG image file_save_dialog_check_uri: basename save_proc: JPEG image file_save_dialog_check_uri: no save_proc was selected from the list file_save_dialog_check_uri: use URI's proc 'JPEG image' so indirect saving works jpeg-save: saving EXIF block (5892 bytes) jpeg-load: found EXIF block (5887 bytes) jpeg-save: saving EXIF block (673 bytes) /usr/local/gimp-2.3.0/lib/gimp/2.0/plug-ins/jpeg2.3.0: fatal error: Segmentation fault /usr/local/gimp-2.3.0/lib/gimp/2.0/plug-ins/jpeg2.3.0 (pid:12707): [E]xit, [H]alt, show [S]tack trace or [P]roceed: S
+ Trace 60017
----------------END---------------------- Let me know if there is any other information I can provide or if there is anything you need me to do.
That's a duplicate of bug #304352, isn't it? This problem has been fixed in CVS already.
Looks like it is a dupe even though I'm getting crashes clicking on different settings, other than the "Show Preview" setting. If the stack traces match the other bug report, I'm satisfied with this being closed as a dupe of the other. Peace...
Yes, the stack trace shows that this is the same problem. *** This bug has been marked as a duplicate of 304352 ***