Summary: | kontact crashed when searching by typing /svn | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Jos van den Oever <jos> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | crash | CC: | arne.schmitz, envite, jeff.causey, kollix |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | the mail that can crash kmail |
Description
Jos van den Oever
2005-12-01 09:06:17 UTC
I cannot reproduce here, KMail 1.9 r477777. The bug works in KMail and Kontact. I can only reproduce it on one email, in an Imap Trash folder, with the title: SOURCEFORGE.NET UPDATE - 2005-11-30 EDITION You have to type quickly to reproduce it. Created attachment 13705 [details]
the mail that can crash kmail
Jos, does this crash still occur for you with the KMail from KDE 3.5? Yes, it happens in KMail (Kontact) from KDE 3.5.4 as packaged for SuSE 9.3. Actually, I just tested on random mail and this caused the crash. I still cannot reproduce the problem, r548000. I reproduced this now. You mustn't be viewing the last message in a folder, as N would do nothing in that case. I can reproduce as well. The backtrace (below) shows a crash in the KMFolder storage stuff. We have tons of those types of crashes. kling is working on fixing these types of crashes, or we could do the old 'if(mStorage)..." trick. [KCrash handler] #6 0x0781b379 in KMFolder::open (this=) at /data/kde/branches/KDE/3.5/kdepim/kmail/kmfolder.cpp:473 #7 0x0796e0f0 in KMCommand::keepFolderOpen (this=) at /data/kde/branches/KDE/3.5/kdepim/kmail/kmcommands.cpp:442 #8 0x0796e2be in KMCommand::slotStart (this=) at /data/kde/branches/KDE/3.5/kdepim/kmail/kmcommands.cpp:244 #9 0x0796e756 in KMCommand::qt_invoke (this=) at /data/kde/branches/KDE/3.5/kdepim/kmail/kmcommands.moc:147 #10 0x0796ef0f in KMShowMsgSrcCommand::qt_invoke (this=) at /data/kde/branches/KDE/3.5/kdepim/kmail/kmcommands.moc:976 #11 0x05cb9c34 in QObject::activate_signal () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #12 0x060332a6 in QSignal::signal () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #13 0x05cd7143 in QSignal::activate () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #14 0x05cdf9f7 in QSingleShotTimer::event () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #15 0x05c544ed in QApplication::internalNotify () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #16 0x05c54e3c in QApplication::notify () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #17 0x0028b211 in KApplication::notify () from /usr/lib/libkdecore.so.4 #18 0x05c48db9 in QEventLoop::activateTimers () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #19 0x05bfd024 in QEventLoop::processEvents () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #20 0x05c6cb5b in QEventLoop::enterLoop () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #21 0x05c6ca66 in QEventLoop::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #22 0x05c53eb9 in QApplication::exec () from /usr/lib/qt-3.3/lib/libqt-mt.so.3 #23 0x0805ae17 in main (argc=1, argv=0xbfe9ad74) at /data/kde/branches/KDE/3.5/kdepim/kontact/src/main.cpp:161 Note that I tried the 'if(mStorage)...' trick but it doesn't really help. The crash just moves farther downstream. There really needs to be a re-design to make these types of crashes go away. *** Bug 129429 has been marked as a duplicate of this bug. *** *** Bug 164698 has been marked as a duplicate of this bug. *** *** Bug 173084 has been marked as a duplicate of this bug. *** can not reproduce with KDE from 4.4 trunk. Anybody ? Thank you for your report. Kmail1 is currently unmaintained and the code has changed sufficiently in Kmail2 so the backtraces are not really useful anymore. Should you experience the same crash in Kmail 4.8.5 or later, please open a new report for Kmail2. Thank you for your understanding |