@kdanderso -
I. can you replace tls with tls_wolfssl ; does that stop the qm_free errors?
II. In your config
- remove the tls configuration completetly
- run the main process under control of gdb (no need to follow the child processes) and
submit the log ( it will be very long)
```
# gdb --args kamailio xxxx xxxx xxxxx#put all your arguments here
break CRYPTO_THREAD_set_local
commands
bt
cont
end
run
```
Since tls has been removed: you should be able to have your config start up (i.e. until
all the child processes are successfully forked and initialised).
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3727#issuecomment-1913148048
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3727/1913148048(a)github.com>