Bug 93843 - KMail hangs when double-clicking on message search results
Summary: KMail hangs when double-clicking on message search results
Status: RESOLVED DUPLICATE of bug 33372
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-24 12:19 UTC by Tristan Miller
Modified: 2007-09-14 12:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tristan Miller 2004-11-24 12:19:02 UTC
Version:            (using KDE KDE 3.3.1)
Installed from:    SuSE RPMs

Sometimes when I double-click on a search result (Tools->Find Messages) to open a message, KMail simply hangs.  CPU and memory usage remains normal, but the KMail program (both the search window and the main window) is completely unresponsive.  The windows don't even get repainted.  I have to manually kill and restart KMail to regain control.

I haven't noticed any pattern as to when KMail hangs and when it doesn't.  Sometimes I will try to open a particular search result and KMail will hang, but if I restart KMail and issue the exact same search and double-click on the exact same result, it won't hang.  But sooner or later I will end up trying to open a message and it will hang -- I'd estimate perhaps one out of every ten or twenty messages does this.

Let me know if there's anything else I can do to help troubleshoot.
Comment 1 Tristan Miller 2004-11-24 12:47:14 UTC
Here is a gdb backtrace produced during a hang:

#0  0x42532fe2 in select () from /lib/libc.so.6
#1  0x413b2ca0 in __JCR_LIST__ () from /opt/kde3/lib/libgpgme++.so.0
#2  0xbfffd330 in ?? ()
#3  0xbfffd3b0 in ?? ()
#4  0x41399282 in _gpgme_ath_select () from /opt/kde3/lib/libgpgme++.so.0
#5  0x4139bff6 in _gpgme_io_select () from /opt/kde3/lib/libgpgme++.so.0
#6  0x413a8726 in _gpgme_wait_on_condition ()
   from /opt/kde3/lib/libgpgme++.so.0
#7  0x413a890e in _gpgme_wait_one () from /opt/kde3/lib/libgpgme++.so.0
#8  0x413a2599 in gpgme_op_verify () from /opt/kde3/lib/libgpgme++.so.0
#9  0x40d628df in CryptPlug::checkMessageSignature ()
   from /opt/kde3/lib/libkleopatra.so.0
#10 0x40d642ff in CryptPlugWrapper::checkMessageSignature ()
   from /opt/kde3/lib/libkleopatra.so.0
#11 0x4035fc91 in KMail::ObjectTreeParser::writeOpaqueOrMultipartSignedData ()
   from /opt/kde3/lib/libkmailprivate.so.0
#12 0x403643e6 in KMail::ObjectTreeParser::processMultiPartSignedSubtype ()
   from /opt/kde3/lib/libkmailprivate.so.0
#13 0x4037040b in (anonymous namespace)::MultiPartSignedBodyPartFormatter::process () from /opt/kde3/lib/libkmailprivate.so.0
#14 0x4035f2b0 in KMail::ObjectTreeParser::parseObjectTree ()
   from /opt/kde3/lib/libkmailprivate.so.0
#15 0x40363ec0 in KMail::ObjectTreeParser::stdChildHandling ()
   from /opt/kde3/lib/libkmailprivate.so.0
#16 0x4036402d in KMail::ObjectTreeParser::processMultiPartMixedSubtype ()
   from /opt/kde3/lib/libkmailprivate.so.0
#17 0x4037038b in (anonymous namespace)::MultiPartMixedBodyPartFormatter::process () from /opt/kde3/lib/libkmailprivate.so.0
#18 0x4035f2b0 in KMail::ObjectTreeParser::parseObjectTree ()
   from /opt/kde3/lib/libkmailprivate.so.0
#19 0x4026ab2e in KMReaderWin::parseMsg ()
   from /opt/kde3/lib/libkmailprivate.so.0
#20 0x4026a4c3 in KMReaderWin::displayMessage ()
   from /opt/kde3/lib/libkmailprivate.so.0
#21 0x4026a06d in KMReaderWin::updateReaderWin ()
   from /opt/kde3/lib/libkmailprivate.so.0
#22 0x402717e6 in KMReaderWin::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so.0
#23 0x41c4cf1b in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x41c4cce4 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x41f94189 in QTimer::timeout () from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x41c6f7b3 in QTimer::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#27 0x41beaeb6 in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x41bea1de in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#29 0x4176128e in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#30 0x41bd7543 in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x41b8fb57 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x41bfdbc0 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x41bfdab6 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x41beb14f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#35 0x0804a34f in main ()
Comment 2 Tristan Miller 2004-11-29 11:08:38 UTC
Given that GnuPG-related functions appear in the backtrace, perhaps this is a manifestation of Bug 33372...?  (I think every message I've tried to view from the search results was OpenPGP-signed.)
Comment 3 Till Adam 2004-12-14 09:22:52 UTC
Indeed.

*** This bug has been marked as a duplicate of 33372 ***