Summary: | crash moving 3 messages | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Tom Max <tmassimi> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tom Max
2009-03-06 20:36:54 UTC
Some other info: KMail Version 1.11.1 Using KDE 4.2.1 (KDE 4.2.1) $ rpm -qa | grep kmail libkmailprivate4-4.2.1-1mdv2009.1 kmailcvt-4.2.1-1mdv2009.1 kmail-4.2.1-1mdv2009.1 If you can reproduce the crash at will, may you read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports and post a complete backtrace here? You need to install the "kdepim4-debuginfo" package (or something similar) Thanks :) Sorry, I'm unable to reproduce the fault. However when I had the crash, I was moving messages and I was not sure where to put them, for that reason I spent a lot of time (maybe 10-15 seconds) looking for the right destination folder. From the backtrace it is possible to see (at #28) that the processevent was managing a timeout event. It seems that in the same moment I dropped the messages (concluding the message movement action) a timeout expired and the routine that manage the timeout hitted a variable with a wrong value, triggering the qt_assert at #11. In my opinion that variable was modified by the routine that move the messages, but the processevent stopped that routine before its end; then processevent started the timeout management, which found the wrong value in the variable and then asserted. my 2 cents Tom Changing the status. |