Bug 107172 - kmail crashes when choosing to cancel sending an email
Summary: kmail crashes when choosing to cancel sending an email
Status: RESOLVED DUPLICATE of bug 101847
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.8.1
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-10 16:14 UTC by David Lazanja
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 David Lazanja 2005-06-10 16:14:45 UTC
Version:           1.8.1 (using KDE 3.4.1 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.14-default

I use a remote smtp server for sending emails,
and it requires authentication.

If I write an email, and then hit the send button, the authentication dialog appears for
the smtp server.  If I select cancel on the dialog, kmail crashes.
Comment 1 David Lazanja 2005-06-10 16:16:16 UTC
I forgot to include the crash trace:

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1112913920 (LWP 5349)]
[KCrash handler]
#7  0x40253333 in KMMsgBase::setTransferInProgress ()
   from /opt/kde3/lib/libkmailprivate.so
#8  0x4025b7c1 in KMSender::doSendMsgAux ()
   from /opt/kde3/lib/libkmailprivate.so
#9  0x4025b901 in KMSender::sendProcStarted ()
   from /opt/kde3/lib/libkmailprivate.so
#10 0x401e5632 in KMSender::qt_invoke () from /opt/kde3/lib/libkmailprivate.so
#11 0x419a4a5e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#12 0x419a4bb3 in QObject::activate_signal_bool ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#13 0x4023cd49 in KMSendProc::started () from /opt/kde3/lib/libkmailprivate.so
#14 0x4023ce86 in KMSendProc::start () from /opt/kde3/lib/libkmailprivate.so
#15 0x4040cec7 in KMSender::doSendMsg () from /opt/kde3/lib/libkmailprivate.so
#16 0x40196477 in KMSender::sendQueued ()
   from /opt/kde3/lib/libkmailprivate.so
#17 0x4041c3f6 in KMSender::send () from /opt/kde3/lib/libkmailprivate.so
#18 0x404339cc in KMComposeWin::slotContinueDoSend ()
   from /opt/kde3/lib/libkmailprivate.so
#19 0x4043b24a in KMComposeWin::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so
#20 0x419a4a5e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x419a4bb3 in QObject::activate_signal_bool ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x4023cec9 in KMComposeWin::applyChangesDone ()
   from /opt/kde3/lib/libkmailprivate.so
#23 0x4023cf95 in KMComposeWin::slotComposerDone ()
   from /opt/kde3/lib/libkmailprivate.so
#24 0x4043b25f in KMComposeWin::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so
#25 0x419a4a5e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#26 0x419a4bb3 in QObject::activate_signal_bool ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#27 0x4023c2c8 in MessageComposer::done ()
   from /opt/kde3/lib/libkmailprivate.so
#28 0x4023c453 in MessageComposer::doNextJob ()
   from /opt/kde3/lib/libkmailprivate.so
#29 0x4023c559 in MessageComposer::slotDoNextJob ()
   from /opt/kde3/lib/libkmailprivate.so
#30 0x4023c5f8 in MessageComposer::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so
#31 0x419a4a5e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x41cf6872 in QSignal::signal () from /usr/lib/qt3/lib/libqt-mt.so.3
#33 0x419c1fb3 in QSignal::activate () from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x419c9a03 in QSingleShotTimer::event ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#35 0x419422ef in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#36 0x41943eb3 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#37 0x406a27a1 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#38 0x41936a9c in QEventLoop::activateTimers ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#39 0x418ef896 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#40 0x4195a281 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#41 0x4195a0c6 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#42 0x41943d7f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#43 0x0804a6c6 in main ()
Comment 2 Thiago Macieira 2005-06-11 03:43:22 UTC

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