GNOME Bugzilla – Bug 697650
Crash using Template with attachment
Last modified: 2015-03-12 11:37:40 UTC
Created attachment 241072 [details] sample email Attached is a sample email that will consistently cause a crash in Evolution 3.6.x when using it as a template. The email is simply an HTML with some filler text and a random PDF file. The bug will NOT be triggered if: - The email is in plaintext instead of HTML - The attachment is not a PDF file (tried a .patch, and I got two winmail.dat attachments shown instead of a crasher - haven't tried other mimetypes) To reproduce: - Drag and drop that sample email to your templates folder - In your inbox, right-click any email, choose "Templates" from the popup menu and choose this template.
Backtrace: (gdb) bt full
+ Trace 231758
Created attachment 241073 [details] screenshot of the composer window while the backtrace occurs For what it's worth, this screenshot reveals that evolution somehow sees three attachments instead of one... wth?
Thanks for a bug report. It's still crashing (git master, to be 3.15.92).
It didn't pick any part (no recursion in the multipart-s), thus it printed many runtime warnings and finally crashed. Created commit 7b723b7 in evo master (3.15.92+)