Summary: | Filtering mails leads to crashes in some cases | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Christian D. <christiand59> |
Component: | filtering | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WAITINGFORINFO | ||
Severity: | major | CC: | bjoern, leon.maurer, mcguire, silver |
Priority: | NOR | ||
Version: | 1.9.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian D.
2006-03-09 17:44:07 UTC
I could reproduce it. I didn't look into what the problem was in detail, but KMail::MessageProperty::filtering () is dereferencing an invalid pointer. So, thinking that it is a problem with the Command scheduling code, I am increasing the severity. Onur, that's a classic KMail problem you're seeing there. I'd probably best explain that on IRC sometimes, it's a bit complicated. In a sentence: we don't have message pointer refcounting, only something approaching it, badly, called getMsg/unGetMsg, which leads to frequent message pointer invalidation. *** Bug 136801 has been marked as a duplicate of this bug. *** *** Bug 122029 has been marked as a duplicate of this bug. *** *** Bug 148412 has been marked as a duplicate of this bug. *** Can somebody confirm this on a recent kmail version? |