GNOME Bugzilla – Bug 733193
Evolution crashes without warning on adding or removing attachments to a mail
Last modified: 2014-07-16 15:34:23 UTC
Evolution crashes without warning on adding or removing attachments to a mail. It doesn't matter if the adding of an attachment is done via drag & drop or menu. The attachment is saved at an NFS-storage. Maybe this logmessage is related to the crash: (evolution:3531): composer-CRITICAL **: e_msg_composer_set_draft_headers: assertion `message_uid != NULL' failed ** Message: console message: @0: Not allowed to load local resource: file:///home/leonidas ** Message: console message: @0: Not allowed to load local resource: file:///home/leonidas camel-Message: but uidvalidity changed (evolution:3531): composer-CRITICAL **: e_msg_composer_set_draft_headers: assertion `message_uid != NULL' failed camel-Message: but uidvalidity changed (evolution:3531): composer-CRITICAL **: e_msg_composer_set_draft_headers: assertion `message_uid != NULL' failed Speicherzugriffsfehle I know that evolution 3.8.5 is outdated but it is max what I can get for OpenSuSE 12.3 and 13.1 has some bugs :(.
Thanks for a bug report. COuld you install also debug symbols for evolution and provide a backtrace of the crash, please? You can do that when you run evolution under gdb and reproduce the crash. The gdb command looks like: $ gdb evolution --ex r --ex bt --ex "t a a bt" --ex q while you might be asked to confirm some actions, which is usually done just be Enter key press. Please check the output for any private information, like passwords, email address, server addresses,... I usually search for "pass" at least (quotes for clarity only).
Created attachment 280847 [details] GDB stacktrace of evolution 3.8.5 crash
Thanks for your reply, here is the gdb backtrace. I hobe it helps. :)
Thanks for the update. The backtrace helps, it shows that you face bug 702958. Ask your distribution packagers to backport the patch from there into your distribution. *** This bug has been marked as a duplicate of bug 702958 ***