GNOME Bugzilla – Bug 303312
Crash on Save As when file is opened from location (http)
Last modified: 2008-01-15 12:53:38 UTC
Steps to reproduce: 1. Open an image from the web via File -> Open Location or drag-and-drop a remote image from the web-browser into the Gimp 2. File -> Save As. 3. Try to type a file name 4. Crash... Stack trace:
+ Trace 59285
Other information: I'm running Gimp 2.2.2 on an up-to-date (as of May 6th, 2005) install of Unbuntu Hoary 5.04
Can't reproduce here. Please update gimp (and perhaps gtk+ as well) and tell us if that fixes your problem.
*** Bug 304272 has been marked as a duplicate of this bug. ***
*** Bug 305142 has been marked as a duplicate of this bug. ***
It is perhaps worth noting that bug #305142 (marked as dup of this one) explicitly states that updating to GIMP 2.2.7 did not fix the problem. Apparently Ubuntu Hoary uses a modified version of Gtk+ 2.6.4. Removing NEEDINFO because this seems to answer the questions that were asked.
I have run gimp-2.3 in valgrind, opening a remote image by DND and saving it, and couldn't find anything related. Will try with gimp-2.2 next...
*** Bug 307066 has been marked as a duplicate of this bug. ***
I suspect that the problem is either in gtk+ or (more likely) in gnomevfs. It would be important to know exactly what versions of these libraries are being used where this bug shows up. It will also be a good idea to look for similar bug reports on gtk+ and gnomevfs products. One way to find out if gnomevfs is the culprit here is to disable use of the gnomevfs file-chooser backend. To do that, use the following command-line: gconftool --set /desktop/gnome/interface/file_chooser_backend --type string unix To get the current value of this setting, use: gconftool --get /desktop/gnome/interface/file_chooser_backend To reset it to gnome-vfs, just use: gconftool --set /desktop/gnome/interface/file_chooser_backend --type string gnome-vfs
This does not happen with gtk+ as the backend. This was implied in http://bugzilla.gnome.org/show_bug.cgi?id=307066 I think.
Now if we would know what version of gnomevfs this problem shows up with, we could reassign the report and eventually get the problem fixed.
2.10.1 (2.10.1-5 in Debian).
This isn't happening anymore with 2.10.1-5 and GIMP 2.2.7-1.
People should update gnome-vfs then. If someone finds the relevant bug report on gnomevfs, please mark this one as a duplicate. For now I will close it as OBSOLETE.
*** Bug 309131 has been marked as a duplicate of this bug. ***
*** Bug 304582 has been marked as a duplicate of this bug. ***