[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) with libssl 3.x Ubuntu 22.04 (Issue #3635)

2024-01-22 Thread space88man via sr-dev
Fixes back-ported to 5.7 and available with 5.7.4 release. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3635#issuecomment-1905022812 You are receiving this because you are subscribed to this thread. Message ID:

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) with libssl 3.x Ubuntu 22.04 (Issue #3635)

2024-01-04 Thread space88man via sr-dev
Closed #3635 as completed. -- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/3635#event-11390974707 You are receiving this because you are subscribed to this thread. Message ID: ___ Kamailio (SER) -

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) with libssl 3.x Ubuntu 22.04 (Issue #3635)

2024-01-04 Thread space88man via sr-dev
Closing now with commits on master—reopen with separate issues for OpenSSL 1.1.1/OpenSSL Open a separate issue if your config actually manages to init OpenSSL in rank 0(thread#1)—this is the main cause of intermittent crashes. A possible example would be `db_mysql` with an SSL connection (I'm

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) with libssl 3.x Ubuntu 22.04 (Issue #3635)

2024-01-03 Thread space88man via sr-dev
> @space88man I just checked it on a test system with exactly one connected > client, and all 4 TCP listeners as well as the TCP main process show this > output: > > ``` > (gdb) p ossl_err_get_state_int() > No symbol "ossl_err_get_state_int" in current context. > (gdb) > ``` ``` # alternatives

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) with libssl 3.x Ubuntu 22.04 (Issue #3635)

2024-01-03 Thread Sebastian Damm via sr-dev
@space88man I just checked it on a test system with exactly one connected client, and all 4 TCP listeners as well as the TCP main process show this output: ``` (gdb) p ossl_err_get_state_int() No symbol "ossl_err_get_state_int" in current context. (gdb) ``` -- Reply to this email directly or

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) with libssl 3.x Ubuntu 22.04 (Issue #3635)

2024-01-02 Thread space88man via sr-dev
@SipSeb - I think I have a better understanding of the cause for OpenSSL 3 errors now: see #3695. During your load testing try loading another module in the config that also uses OpenSSL (e.g. outbound.so). You need not use the functions of this extra module - just the loading of the module

[sr-dev] Re: [kamailio/kamailio] TLS related crash in Kamailio 5.7.2 (double free) with libssl 3.x Ubuntu 22.04 (Issue #3635)

2024-01-02 Thread Sebastian Damm via sr-dev
Just to give a feedback: A nightly build has been running on one of our affected systems for three weeks now, and we haven't had a crash since. So the fix seems to improve the behavior. Next step is to test it on a system with client devices on the other end, handling much more TLS connections