GNOME Bugzilla – Bug 336527
crash on xcf.bz2 save
Last modified: 2006-03-29 21:02:42 UTC
GIMP HEAD is crashing trying to save bzip2 compressed XCFs. Backtrace: file_save_dialog_check_uri: URI = file:///home/jimmac/Desktop/22x22/stock-tool-measure_22.xcf.bz2 file_save_dialog_check_uri: basename = stock-tool-measure_22.xcf.bz2 file_save_dialog_check_uri: selected save_proc: NULL file_save_dialog_check_uri: URI save_proc: bzip archive file_save_dialog_check_uri: basename save_proc: bzip archive file_save_dialog_check_uri: no save_proc was selected from the list file_save_dialog_check_uri: use URI's proc 'bzip archive' so indirect saving works gimp-2.3: fatal error: Segmentation fault gimp-2.3 (pid:22331): [E]xit, [H]alt, show [S]tack trace or [P]roceed: s
+ Trace 67322
Fixed in CVS: 2006-03-29 Michael Natterer <mitch@gimp.org> * tools/pdbgen/pdb/fileops.pdb (file_save): pass the filename, not a GimpImage to file_utils_filename_to_uri(). Fixes bug #336527. * app/pdb/fileops_cmds.c: regenerated.