Bug 96065 - kmail crashed while deleting an email
Summary: kmail crashed while deleting an email
Status: RESOLVED DUPLICATE of bug 90320
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.7.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-31 11:37 UTC by Mr Ter
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 Mr Ter 2004-12-31 11:37:30 UTC
Version:           1.7.2 (using KDE 3.3.2 Level "a" , SUSE 9.2 UNSUPPORTED)
Compiler:          gcc version 3.3.4 (pre 3.3.5 20040809)
OS:                Linux (i686) release 2.6.8-24.10-smp

KMail crashed while I was deleting (by pressing delete key on my keyboard) emails in quick succession one after another. Stack trace included below.

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1111042368 (LWP 5935)]
[KCrash handler]
#7  0x00000000 in ?? ()
#8  0x4025e1cb in KMMoveCommand::execute ()
   from /opt/kde3/lib/libkmailprivate.so.0
#9  0x40255f49 in KMCommand::slotPostTransfer ()
   from /opt/kde3/lib/libkmailprivate.so.0
#10 0x40256007 in KMCommand::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so.0
#11 0x402562fb in KMMenuCommand::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so.0
#12 0x40256361 in KMMoveCommand::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so.0
#13 0x402563fb in KMDeleteMsgCommand::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so.0
#14 0x41a995ee in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#15 0x401a43b2 in KMCommand::messagesTransfered ()
   from /opt/kde3/lib/libkmailprivate.so.0
#16 0x40220c3a in KMCommand::transferSelectedMsgs ()
   from /opt/kde3/lib/libkmailprivate.so.0
#17 0x4022125b in KMCommand::slotStart ()
   from /opt/kde3/lib/libkmailprivate.so.0
#18 0x40256014 in KMCommand::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so.0
#19 0x402562fb in KMMenuCommand::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so.0
#20 0x40256361 in KMMoveCommand::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so.0
#21 0x402563fb in KMDeleteMsgCommand::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so.0
#22 0x41a995ee in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0x41de9702 in QSignal::signal () from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x41ab6b23 in QSignal::activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#25 0x41abe403 in QSingleShotTimer::event ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x41a36d4f in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#27 0x41a38913 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0x416c9e21 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#29 0x41a2b4fc in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x419e4d76 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x41a4ecb1 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x41a4eaf6 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x41a387df in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x0804a9c6 in main ()
Comment 1 Carsten Burghardt 2004-12-31 12:33:02 UTC
Is this reproducable? 
The backtrace is unfortunately useless as you're using binaries without debug 
information. You could compile kmail yourself with --enable-debug=full to get 
a valid backtrace. Otherwise it's not possible to track down this bug.

Comment 2 Stephan Binner 2004-12-31 14:01:59 UTC

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