GNOME Bugzilla – Bug 315343
Evolution crash while trying to add a remote image attachment
Last modified: 2006-07-15 17:40:25 UTC
Version details: 2.4 Distribution/Version: SLP 10 Open the compose mail window. Open firefox, goto google search > images and search for some images. From the results page, drag-n-drop some picture into the compose mail window. Evolution crashes. Here is the stack trace:
+ Trace 62733
Thread 1 (Thread 1096883616 (LWP 21153))
AFAIK , remote attachments are not yet supported, but it shouldn't still crash, may be we are not handling the case properly, srini?
Am not able to reproduce this. But i found another bug, that when i drag and drop i always have the dragged image attached twice. Never seen it crash though
hmm it crashes. It is a bug with gnome-vfs. It says success and the uri doesnt have the file and so it crashes. we can handle it safely, but the the file wont be attached. it has to be against gnome-vfs
Works for me now, I dont like adding too many null checks and exposing a crash at some other place. Re-assigning to gnome-vfs. FWIW, it works for me.
> hmm it crashes. It is a bug with gnome-vfs. It says success and the uri doesnt have the file and so it crashes. What do you mean by that? I'd really like to fix the issue if GnomeVFS behaves wrong.
gnome_vfs_async_xfer returns info->phase=GNOME_VFS_XFER_PHASE_COMPLETED and status with GNOME_VFS_XFER_PROGRESS_STATUS_OK, but the file is not saved locally. This mostly happens with uri's from google images.
OK, thanks. I'll mark this one as a dup of bug 307548 which is another issue with insufficient Xfer error handling. *** This bug has been marked as a duplicate of 307548 ***