@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).