Hello! I use FreeBSD 10.3-RELEASE-p18, my openssl:
openssl version OpenSSL 1.0.1s-freebsd 1 Mar 2016
/usr/local/bin/openssl version OpenSSL 1.0.2k 26 Jan 2017
./configure --with-openssl-lib-dir=/usr/local/lib --with-openssl-include-dir=/usr/local/include I was using 3.0.10 and all was ok. Some day OS was upgraded and rebooted, then starts problems: process can terminate at randomly point. Fresh installation from pkg or sources of 3.0.13 doesn't help. There was nothing strange in -X before the falls.
What diagnostic i can gather? When i start it with "-X", it faults in random places after different clients. It looks like:
(33) # Executing group from file /usr/local/etc/raddb/sites-enabled/default (33) authenticate { (33) eap: Expiring EAP session with state 0x9ebf2e0b9cbb3744 (33) eap: Finished EAP session with state 0x9ebf2e0b9cbb3744 (33) eap: Previous EAP request found for state 0x9ebf2e0b9cbb3744, released from the list (33) eap: Peer sent packet with method EAP PEAP (25) (33) eap: Calling submodule eap_peap to process data (33) eap_peap: Continuing EAP-TLS (33) eap_peap: [eaptls verify] = ok (33) eap_peap: Done initial handshake (33) eap_peap: <<< recv TLS 1.0 ChangeCipherSpec [length 0001] (33) eap_peap: <<< recv TLS 1.0 Handshake [length 0010], Finished (33) eap_peap: TLS_accept: SSLv3 read finished A (33) eap_peap: (other): SSL negotiation finished successfully (33) eap_peap: SSL Connection Established (33) eap_peap: SSL Application Data (33) eap_peap: Adding cached attributes from session b52c69b7ee5577fa831cc45d31b5a366431c1bdb5993c35f7324cef87ca3cd60 Ошибка сегментации // Seg fault (in my native) Sometimes i see Ошибка адресации на шине//Bus error
Thank you.