GNOME Bugzilla – Bug 705657
Crash in em_utils_selection_set_urilist()
Last modified: 2015-04-15 18:49:02 UTC
Reported in a mailing list: https://mail.gnome.org/archives/evolution-list/2013-August/msg00048.html Evolution 3.8.2 crashes on folder move with backtrace: Program received signal SIGSEGV, Segmentation fault. 0x00007fffcf344369 in em_utils_selection_set_urilist (data=0x7fffffffd600, folder=0x7fff7807f240, uids=0x555556b5ff80) at em-utils.c:1031 1031 em-utils.c: Nie ma takiego pliku ani katalogu. (gdb) backtrace full
+ Trace 232358
I can reproduce this only if I drag&drop an empty folder into another application, and the save format is set to mbox.
Created attachment 251130 [details] [review] evo patch for evolution; An easy fix, just do nothing if there is nothing to export.
Created commit 8cbeb64 in evo master (3.9.90+) Created commit 8736487 in evo gnome-3-8 (3.8.5+)
Thank you for fixing, however I was moving (drag&drop) empty folder from evolution to evolution, not to other programs. Maybe OS specific as you suggested.
Did you move the folder between two evolution windows? Maybe that was it. When I move within one window, then it works just fine (and the internal logic is completely different).
No, I moved folder within one evolution window, moreover - mouse cursor didn't leave left-pane with folders listing. I was barely able to move cursor to neighbour folder - evolution hang instantly. Anyway, if you say it is fixed in next version I'll wait until you release it and then I will test. You better go get to more serious cases ;)
Weird, I would expect we get the same behaviour. Anyway, the change should fix your crash as well.
*** Bug 694640 has been marked as a duplicate of this bug. ***