On 03/12/2015 17:42, Andriy Gapon wrote: > > After upgrading to the latest packages from the official FreeBSD repository I > have started to experience https related problems in KDE. > > In .xsession-errors I see messages like these: > kioslave: ####### CRASH ###### protocol = https pid = 4669 signal = 11 > kioslave: ####### CRASH ###### protocol = https pid = 4670 signal = 11 >
It seems that the problem happens here: Program received signal SIGSEGV, Segmentation fault. 0x00000008180738d9 in sk_deep_copy () from /usr/local/lib/libcrypto.so.8 (kgdb) bt #0 0x00000008180738d9 in sk_deep_copy () from /usr/local/lib/libcrypto.so.8 #1 0x00000008180b7552 in X509_VERIFY_PARAM_inherit () from /usr/local/lib/libcrypto.so.8 #2 0x0000000818f5f96e in X509_VERIFY_PARAM_set1 (to=0x819924240, from=0x0) at /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509/x509_vpm.c:209 #3 0x00000008194ad8da in ssl_verify_cert_chain (s=0x8093dee80, sk=<optimized out>) at /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/ssl_cert.c:495 #4 0x00000008194a8b54 in ssl3_get_server_certificate (s=0x8093dee80) at /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:1176 #5 0x00000008194a7cd3 in ssl3_connect (s=0x8093dee80) at /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s3_clnt.c:345 #6 0x00000008194aec6d in ssl23_get_server_hello (s=<optimized out>) at /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:794 #7 ssl23_connect (s=<optimized out>) at /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/s23_clnt.c:228 #8 0x0000000805c3f8a3 in ?? () from /usr/local/lib/qt4/libQtNetwork.so.4 #9 0x0000000805c40c86 in ?? () from /usr/local/lib/qt4/libQtNetwork.so.4 #10 0x00000008021a6cce in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/local/lib/qt4/libQtCore.so.4 #11 0x0000000805c1e601 in ?? () from /usr/local/lib/qt4/libQtNetwork.so.4 #12 0x0000000805c2185b in QAbstractSocket::waitForReadyRead(int) () from /usr/local/lib/qt4/libQtNetwork.so.4 #13 0x0000000805c39d8e in QSslSocket::waitForEncrypted(int) () from /usr/local/lib/qt4/libQtNetwork.so.4 #14 0x000000080c5ccf98 in KIO::TCPSlaveBase::TcpSlaveBasePrivate::startTLSInternal(KTcpSocket::SslVersion, QSslConfiguration const&, int) () from /usr/local/lib/libkio.so.5 #15 0x000000080c5cc758 in KIO::TCPSlaveBase::connectToHost(QString const&, unsigned short, QString*) () from /usr/local/lib/libkio.so.5 #16 0x0000000816e2b209 in ?? () from /usr/local/lib/kde4/kio_http.so #17 0x0000000816e1343d in ?? () from /usr/local/lib/kde4/kio_http.so #18 0x0000000816e117b1 in ?? () from /usr/local/lib/kde4/kio_http.so #19 0x0000000816e1168f in ?? () from /usr/local/lib/kde4/kio_http.so #20 0x0000000816e2797e in ?? () from /usr/local/lib/kde4/kio_http.so #21 0x000000080c5c4367 in KIO::SlaveBase::dispatch(int, QByteArray const&) () from /usr/local/lib/libkio.so.5 #22 0x000000080c5bf70d in KIO::SlaveBase::dispatchLoop() () from /usr/local/lib/libkio.so.5 #23 0x0000000816e0e44a in kdemain () from /usr/local/lib/kde4/kio_http.so Unfortunately no debug symbols. -- Andriy Gapon _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
