Bug 150290 - kmail crashes in kio_smtp /opt/kde3/lib/libkio.so.4 _ZN3KIO9SlaveBase15sigsegv_handlerEi
Summary: kmail crashes in kio_smtp /opt/kde3/lib/libkio.so.4 _ZN3KIO9SlaveBase15sigse...
Status: RESOLVED WORKSFORME
Alias: None
Product: kmail
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-28 11:30 UTC by kdebugs4reinhard
Modified: 2007-10-20 06:51 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 kdebugs4reinhard 2007-09-28 11:30:51 UTC
Version:            (using KDE KDE 3.5.7)
Installed from:    Compiled From Sources
Compiler:          gcc 4.2.1 
OS:                Linux

I got following crash since I updated several libs (compilation of full kde source did not show any errors):

cyrus-sasl-2.1.22
gnutls-2.0.1
openssl-0.9.8e

how can I do a deeper analysis i.e. tracing, view detailed stack dump etc.?

crash log:
kdeinit: Got EXEC_NEW 'kio_smtp' from launcher.
kio (KLauncher): kio_smtp (pid 21182) up and running.
kdecore (KNetwork resolver): shouldResInit: /etc/resolv.conf updated
kio_smtp: S: 220 mail-in-01.arcor-online.net ESMTP arcor.de Mailservices usermail
kdecore (KNetwork socket): Deprecated function called:[static int KExtendedSocket::resolve(sockaddr*, ksocklen_t, QString&, QString&, in
t)]
kio_smtp: C: <25 bytes>
kio_smtp: S: 250-mail-in-01.arcor-online.net
kio_smtp: S: 250-PIPELINING
kio_smtp: S: 250-SIZE 48000000
kio_smtp: S: 250-ETRN
kio_smtp: S: 250-STARTTLS
kio_smtp: S: 250-AUTH LOGIN PLAIN
kio_smtp: S: 250-AUTH=LOGIN PLAIN
kio_smtp: S: 250-ENHANCEDSTATUSCODES
kio_smtp: S: 250-8BITMIME
kio_smtp: S: 250 DSN
kio_smtp: parseFeatures() PLAIN AUTH METHODS:
SASL/LOGIN
SASL/PLAIN
kio_smtp:
kio_smtp: parseFeatures() PLAIN CAPABILITIES:
8BITMIME
AUTH LOGIN PLAIN
AUTH=LOGIN PLAIN
DSN
ENHANCEDSTATUSCODES
ETRN
PIPELINING
SIZE 48000000
STARTTLS
kio_smtp:
kio_smtp: C: <10 bytes>
kio_smtp: S: 220 2.0.0 Ready to start TLS
kdecore (KLibLoader): Loading the next library global with flag 257.
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: undefined symbol: PKCS7_content_free
kdecore (KLibLoader): Loading the next library global with flag 257.
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: undefined symbol: OpenSSL_add_all_algorithms
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: undefined symbol: OPENSSL_add_all_algorithms
kdecore (KLibLoader): WARNING: KLibrary: /usr/lib/libcrypto.so.0.9.8: undefined symbol: OpenSSL_add_all_algorithms_conf
kssl: Cipher list is: DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA:AES128-SHA:IDEA-CBC-SHA:RC4-SHA:RC4-MD5:EDH-RSA-DES-CBC-SHA:EDH-DSS-DES-CBC-
SHA:DES-CBC-SHA
kssl: Setting real hostname: mail.arcor.de
kioslave: ####### CRASH ###### protocol = smtp pid = 21182 signal = 4
/opt/kde3/lib/libkio.so.4(_ZN3KIO9SlaveBase15sigsegv_handlerEi+0xcf)[0x401e1e6f]
[0x4001e420]
kio (Slave): slave died pid = 21182
kdeinit: PID 21182 terminated.
kmail: [void KMSender::cleanup()]
kio (KIOJob): Job::kill this=0x8889930 KIO::TransferJob m_progressId=0 quietly=true
Comment 1 kdebugs4reinhard 2007-10-20 06:51:47 UTC
Issue solved with openssl-0.9.8f & gcc 4.2.2