GNOME Bugzilla – Bug 752997
Crash when replying to the message
Last modified: 2015-07-31 09:43:12 UTC
Evolution crashes when replying to the attached message. Backtrace when using "Lose Formatting" options:
+ Trace 235302
Thread 1 (Thread 0x7fb69037ca40 (LWP 5395))
Created attachment 308354 [details] test message
Backtrace when using "Don't lose formatting":
+ Trace 235303
Thread 1 (Thread 0x7fd95c2fea40 (LWP 6205))
Created attachment 308521 [details] Reproducer Reproducer, that can be opened in WebKit1 based browser (GtkLauncher, Midori) that will lead to the crash.
Fixed with following commits: The problem is that WebKit1 (2.4.9) crashes when it is trying to move or remove an anchor element that has an image element inside and this image element has the CSS float property set in the style attribute. To workaround it we will rename the style attribute and rename it back when we will send the message. It is unfortunate that we can change the formatting with this, but this is definitely better than crashing. This could be removed once Evolution switches to WebKit2 as the WebKit2 is unaffected (tested on 2.8.4). commit 720e17489e35c73ad2325f8d513c51e1044a3979 in the master branch for Evolution 3.17.90 commit 44974c8869533e562869f3899455de9769e81098 in the gnome-3-16 branch for Evolution 3.16.5