GNOME Bugzilla – Bug 306279
Evolution 100% cpu time hang, mail with blank lines
Last modified: 2006-02-24 09:42:25 UTC
This bug has been opened here: https://bugzilla.ubuntu.com/11418 "An e-mail with lots of blank lines makes Evolution hang indefinately, 100% cpu time, on Ubuntu Hoary 5.04, with evolution version 2.2.1.1-0ubuntu4 and libgtkhtml3.6-18 version 3.6.2-0ubuntu1 To reproduce, do: a=0; while [ $a -lt 64000 ]; do echo ""; a=$(( a+1 )); done|mail -s "evolution DOS" evolution-user@ubuntu.com This will result in Evolution running in circles in libgtkhtml (the html_object_get_direction/clueflow_type_init calls keep on going):
+ Trace 60473
The scenario is similar to that mentioned in bug 303634. The traces are different, so not marking as duplicate, as yet.
It probably is. However, that doesn't make it any less serious. In my opinion, the severity should be higher than "normal". I did some small test with e-mail messages of different lengths, and it seems that the time needed to render the message increases about quadratic with the length of the message.
adding keywords; retargetting; also see bug 303634.
*** Bug 323430 has been marked as a duplicate of this bug. ***
Is anybody working on that bug? Do you have any pointer on what kind of change should be done if somebody wants to work on a patch?
For a mail with many blank lines, the stack trace I get is similar to bug 303634. Please check if you still get the same trace on Evo 2.5
The change from #303634 fixes the issue for me. Have you planned to get it shiped with 3.10?
The fix has to be tested with different RTL text and a combination of LTR and RTL to ensure it doesn't affect RTL texts. Marking as duplicate of 303634. Please reopen if necessary. *** This bug has been marked as a duplicate of 303634 ***