Summary: | kmail crashes when deleting mail from inbox (imap) | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | cayman |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 1.6.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
cayman
2004-07-20 00:41:38 UTC
Please compile kmail with --enable-debug=full, otherwise the backtrace is useless. Or provide a way to reproduce this. This is bug 73999, the backtrace is almost identical. There is several bugs alike to it in bugzilla. All backtraces seems to include KMHeaders::msgRemoved, but often they go two or three levels deeper. Try searching for KMHeaders::msgRemoved, and you will have all the backtraces you could ever want and then some. I see it quite consistently with > 1000 messages. If you are not careful, I'll fix this myself ;-) #5 0x401afc61 in KMHeaders::msgRemoved(int, QString, QString) () from /usr/kde/3.2/lib/libkmailprivate.so.0 #6 0x401ba234 in KMHeaders::qt_invoke(int, QUObject*) () from /usr/kde/3.2/lib/libkmailprivate.so.0 #7 0x4170643c in QObject::activate_signal(QConnectionList*, QUObject*) () from /usr/qt/3/lib/libqt-mt.so.3 #8 0x401ef9ad in KMFolder::msgRemoved(int, QString, QString) () from /usr/kde/3.2/lib/libkmailprivate.so.0 #9 0x401ec466 in KMFolder::take(int) () from /usr/kde/3.2/lib/libkmailprivate.so.0 #10 0x4028cd7d in KMFolderImap::take(int) () from /usr/kde/3.2/lib/libkmailprivate.so.0 |