Summary: | filter agent crashes when trying to filter messages | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Joshua J. Kugler <joshua> |
Component: | Mail Filter Agent | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | critical | CC: | joshua, montel |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/aaaf11099e1538ceea1af37ebdded9017a4af5b0 | Version Fixed In: | 4.9.1 |
Sentry Crash Report: | |||
Attachments: | New crash information added by DrKonqi |
Description
Joshua J. Kugler
2012-08-09 16:30:53 UTC
Addendum: after the filter agent crashes, mail will no longer filter, and I have to restart Akonadi to get filtering working again. Another addendum. It seems if I get mail filter running, I can filter one message at a time. But if I select too many to filter, and then hit 'Ctrl-J' it dies. Or it dies if I hit 'Ctrl-J' too fast. Siiiiigh. So aggravating. All this was working perfectly with KMail 1. Created attachment 73070 [details]
New crash information added by DrKonqi
akonadi_mailfilter_agent (4.9) on KDE Platform 4.9.00 using Qt 4.8.1
I was trying to filter by hand (i.e. Ctrl-J) and selected a block of messages (eight) and hit Ctrl-J. and the mail filter crashed.
-- Backtrace (Reduced):
#6 0x00007fd2b6250500 in typeinfo for KMime::Headers::BasePrivate () from /usr/lib/libkmime.so.4
#7 0x00007fd2b81c7dff in MailCommon::FilterActionRewriteHeader::process (this=<optimized out>, context=...) at ../../mailcommon/filter/filteractionrewriteheader.cpp:76
#8 0x00007fd2b81f4d1c in MailCommon::MailFilter::execActions (this=0x13aa4b0, context=..., stopIt=@0x7fff727bdbdf: false) at ../../mailcommon/filter/mailfilter.cpp:141
#9 0x0000000000411615 in FilterManager::process (this=0x1301590, mailFilters=..., item=..., requestedPart=<optimized out>, set=FilterManager::Explicit, account=false, accountId=...) at ../../mailfilteragent/filtermanager.cpp:524
#10 0x0000000000411d69 in FilterManager::Private::slotItemsFetchedForFilter (this=0x12fcbd0, items=...) at ../../mailfilteragent/filtermanager.cpp:136
Changing to critical importance because it renders filtering unusable. With over 100 filters, I heavily rely on filtering to work properly. Git commit aaaf11099e1538ceea1af37ebdded9017a4af5b0 by Montel Laurent. Committed on 13/08/2012 at 20:23. Pushed by mlaurent into branch 'KDE/4.9'. Fix Bug 304866 - filter agent crashes when trying to filter messages FIXED-IN: 4.9.1 M +1 -1 mailcommon/filter/filteractionrewriteheader.cpp http://commits.kde.org/kdepim/aaaf11099e1538ceea1af37ebdded9017a4af5b0 |