Summary: | The application kmail crashes after startup. Which makes it impossible to access old and new mail. | ||
---|---|---|---|
Product: | [Applications] kmail | Reporter: | Roel Meeuws <r.j.meeuws> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | the mail that crashed kmail |
Description
Roel Meeuws
2007-01-23 13:01:37 UTC
*** Bug 140491 has been marked as a duplicate of this bug. *** Solved it by removing searches. then trying a search on each folder and then searching the folder that crashed the app. There was a mail that was empty. I removed the mail and voila everything was okay again. Somebody should fix this, it shouldn´t crash when an email is not okay. I attached the culprit for your review. Created attachment 19443 [details]
the mail that crashed kmail
This is the email that crashed kmail when the search thread opened it.
I got hit by this bug too. Happens every startup at the same place. I don't have time to use the GUI before the crash. Here is a more detailed backtrace: Using host libthread_db library "/lib64/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 46912496423200 (LWP 20573)] [New Thread 1115699536 (LWP 20577)] [New Thread 1105209680 (LWP 20576)] [New Thread 1094719824 (LWP 20575)] [New Thread 1084229968 (LWP 20574)] [KCrash handler] #5 KMSearchRuleStatus::matches (this=0x1699740, msg=0x0) at kmsearchpattern.cpp:650 #6 0x00002aaab19fb8ff in KMSearchPattern::matches (this=0x169dc80, msg=0x0, ignoreBody=false) at kmsearchpattern.cpp:711 #7 0x00002aaab19fbaed in KMSearchPattern::matches (this=0x169dc80, serNum=<value optimized out>, ignoreBody=false) at kmsearchpattern.cpp:770 #8 0x00002aaab19c2086 in FolderStorage::slotProcessNextSearchBatch ( this=0x10c3e40) at folderstorage.cpp:1084 #9 0x00002aaab1affc04 in KMSearch::slotProcessNextBatch (this=0x165de00) at kmfoldersearch.cpp:266 #10 0x00002aaab1affcbe in KMSearch::qt_invoke (this=0x165de00, _id=3, _o=0x7fffdae8c000) at kmfoldersearch.moc:127 #11 0x0000003be9162a19 in QObject::activate_signal () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3 #12 0x0000003be9163700 in QObject::activate_signal () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3 #13 0x0000003be9186145 in QTimer::event () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3 #14 0x0000003be91019b5 in QApplication::internalNotify () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3 #15 0x0000003be9102c60 in QApplication::notify () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3 #16 0x0000003bea3cca58 in KApplication::notify (this=0x7fffdae8c6f0, receiver=0x1698d60, event=0x7fffdae8c340) at kapplication.cpp:550 #17 0x0000003be90f6bcc in QEventLoop::activateTimers () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3 #18 0x0000003be90b02e1 in QEventLoop::processEvents () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3 #19 0x0000003be9119117 in QEventLoop::enterLoop () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3 #20 0x0000003be9118ff2 in QEventLoop::exec () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3 #21 0x0000000000414d22 in main (argc=1, argv=<value optimized out>) at main.cpp:163 #22 0x0000003a2841dab4 in __libc_start_main () from /lib64/libc.so.6 #23 0x0000000000414519 in _start () Was able to work around it by deleting my stored search for important mail. I'm going to miss that one.. SVN commit 715297 by winterz: Fix bug "The application kmail crashes after startup. Which makes it impossible to access old and new mail." BUGS: 140490 M +6 -3 kmsearchpattern.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=715297 That was fast! Thanks |