After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747647 - evolution filter hangs
evolution filter hangs
Status: RESOLVED DUPLICATE of bug 746276
Product: evolution
Classification: Applications
Component: Mailer
3.16.x (obsolete)
Other Linux
: Normal major
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2015-04-10 18:46 UTC by alex
Modified: 2015-04-20 10:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace evolution filter hang (24.40 KB, text/plain)
2015-04-19 14:21 UTC, alex
Details
bt when closing (17.18 KB, text/plain)
2015-04-19 14:23 UTC, alex
Details

Description alex 2015-04-10 18:46:33 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.
Comment 1 Milan Crha 2015-04-15 09:48:02 UTC
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).
Comment 2 alex 2015-04-16 20:12:43 UTC
Sorry I thought I used 3.14 but it was 3.12.
Comment 3 alex 2015-04-19 14:21:58 UTC
Created attachment 301930 [details]
backtrace evolution filter hang
Comment 4 alex 2015-04-19 14:23:01 UTC
Created attachment 301931 [details]
bt when closing
Comment 5 Milan Crha 2015-04-20 10:54:39 UTC
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 ***