GNOME Bugzilla – Bug 355481
Evolution stuck in a tight memory-claiming loop handling spell-checking in mailer
Last modified: 2014-08-30 15:24:00 UTC
evolution's GUI became unresponsive and memory usage started to rapidly climb (claimed roughly 512MB of heap over roughly 2 minutes), leading to the machine becoming more and more unreponsive as a whole This is using Fedora development packages: evolution-2.8.0-1.fc6 evolution-data-server-1.8.0-1.fc6 I captured this backtrace before killing it:
+ Trace 72145
so the offending line is se = (SpellError *) spell_errors->data; moving to gtkhtml
Possibly fixed in bug #495073.
(In reply to comment #2) > Possibly fixed in bug #495073. Assuming so.