Bug 105328 - sending email doesn't work
Summary: sending email doesn't work
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: 1.8
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 104538 115804 145682 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-09 04:02 UTC by Cristian Barbè
Modified: 2010-04-06 00:20 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
crash (3.81 KB, application/octet-stream)
2005-05-09 04:02 UTC, Cristian Barbè
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cristian Barbè 2005-05-09 04:02:01 UTC
Version:           1.8 (using KDE KDE 3.4.0)
Installed from:    SuSE RPMs
Compiler:          gcc 
OS:                Linux

estaba por enviar un mail cuando presione el boton enviar y se colgo la aplicacion, disculpen por no escribir en ingles pero mi ingles es malo.
Comment 1 Cristian Barbè 2005-05-09 04:02:54 UTC
Created attachment 10954 [details]
crash
Comment 2 Thiago Macieira 2005-05-09 04:38:55 UTC
Translation:
"I was about to send an email when I pressed the Send button and the application closed"

Backtrace:
(no debugging symbols found)
[KCrash handler]
#7  0x403b4ea4 in KMail::IdentityDialog::IdentityDialog ()
   from /opt/kde3/lib/libkmailprivate.so
#8  0x403e02a9 in IdentityPage::slotModifyIdentity ()
   from /opt/kde3/lib/libkmailprivate.so
#9  0x403e0e00 in IdentityPage::qt_invoke ()
   from /opt/kde3/lib/libkmailprivate.so
#10 0x41bf4e7e in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#11 0x41bf5626 in QObject::activate_signal ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#12 0x41f5023c in QButton::clicked () from /usr/lib/qt3/lib/libqt-mt.so.3
#13 0x41c8d724 in QButton::mouseReleaseEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#14 0x41c2b3e5 in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#15 0x41b91d5f in QApplication::internalNotify ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#16 0x41b94266 in QApplication::notify () from /usr/lib/qt3/lib/libqt-mt.so.3
#17 0x4181d6b1 in KApplication::notify () from /opt/kde3/lib/libkdecore.so.4
#18 0x41b2f28e in QETWidget::translateMouseEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#19 0x41b2e146 in QApplication::x11ProcessEvent ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#20 0x41b3ec38 in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib/libqt-mt.so.3
#21 0x41ba9e51 in QEventLoop::enterLoop () from /usr/lib/qt3/lib/libqt-mt.so.3
#22 0x41ba9c96 in QEventLoop::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#23 0x41b9394f in QApplication::exec () from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x0804a9d6 in ?? ()
#25 0xbfffed40 in ?? ()
#26 0xbfffec50 in ?? ()
#27 0x00000000 in ?? ()
#28 0x00000000 in ?? ()
#29 0x4199cef4 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#30 0x419057d0 in ?? ()
#31 0x00000041 in ?? ()
#32 0x424fa968 in ?? ()
#33 0x42067df0 in vtable for QGArray () from /usr/lib/qt3/lib/libqt-mt.so.3
#34 0x080e6870 in ?? ()
#35 0x0aada85f in ?? ()
#36 0x42442a31 in free () from /lib/tls/libc.so.6
#37 0x423f4e80 in __libc_start_main () from /lib/tls/libc.so.6
#38 0x0804a741 in ?? ()
Comment 3 Ilya Konstantinov 2006-05-13 12:06:52 UTC
Having the same issue (the same backtrace).
Comment 4 Ilya Konstantinov 2006-05-13 12:17:39 UTC
Don't have a debug build of KMail handy here, but here's some info from a disassembly: the function preceding the instruction is KMKernel::getKMMainWidget(). The instruction attempts to get a field at some offset from $eax (which equals 0).

This must be one of the two uses of kmkernel->getKMMainWidget() in IdentityDialog ctor. getKMMainWidget returns NULL from some reason and we just blindy access ->folderTree() without checking it. Not that there's anything wrong with blindly accessing fields when we're sure they'll never be NULL...
Comment 5 Andreas Kling 2006-07-31 23:09:08 UTC
*** Bug 104538 has been marked as a duplicate of this bug. ***
Comment 6 Andreas Kling 2006-07-31 23:09:12 UTC
*** Bug 115804 has been marked as a duplicate of this bug. ***
Comment 7 Bram Schoenmakers 2007-05-19 22:46:22 UTC
*** Bug 145682 has been marked as a duplicate of this bug. ***
Comment 8 Björn Ruberg 2009-12-21 12:08:10 UTC
All reports are from the KDE 3 line - no report in KDE 4
Comment 9 Björn Ruberg 2010-04-06 00:20:13 UTC
Closing old KDE 3 stuff.