GNOME Bugzilla – Bug 747647
evolution filter hangs
Last modified: 2015-04-20 10:54:39 UTC
what I am using: evolution evolution-bogofilter/spamassasin imaps description: If a filter moves an email in the current watched folder the operation hangs. The statusbar is saying that it is still analyzing the email but there is no progress. Being not in the folder where mail is moved in seems to work. The problem started to appear with version 3.14.x where x is most probably greater 4 but I can't say the exact version.
Thanks for a bug report. There is no 3.14.x release of evolution, there is only 3.12 and then straight 3.16. Could you install debug info packages for evolution-data-server and evolution and then grab a backtrace of the stuck evolution, please? It'll show what it does, thus it'll be easier to identify the culprit. You can get the backtrace with command like this: $ gdb --batch --ex "t a a bt" -pid=`pidof evolution` &>bt.txt Please check the bt.txt for any private information, like passwords, email address, server addresses,... I usually search for "pass" at least (quotes for clarity only).
Sorry I thought I used 3.14 but it was 3.12.
Created attachment 301930 [details] backtrace evolution filter hang
Created attachment 301931 [details] bt when closing
Thanks for the update. According to the backtrace you face bug #746276, thus I mark this as a duplicate of it. *** This bug has been marked as a duplicate of bug 746276 ***