@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 - otherwise you might need to compile with a debug version of OpenSSL
(gdb) p ERR_get_state()
(gdb) p pthread_getspecific(err_thread_local)
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3635#issuecomment-1875206142
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3635/1875206142(a)github.com>