On 03/12/2015 18:31, Andriy Gapon wrote: > 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
Hmm, it seems like between frames #2 and #1 the control flow jumps from the base libcrypto to the libcrypto from packages. Not sure why that happens and what changed... -- 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
