<p></p>
<p>Yes, tls module loaded first.<br>
I created a minimal config file that reproduces the problem.<br>
The crash is because of this line: modparam("http_async_client", "workers", 4)<br>
comment out this line makes the crash disappear.</p>
<p>#!KAMAILIO</p>
<p>####### Global Parameters #########</p>
<p>/* LOG Levels: 3=DBG, 2=INFO, 1=NOTICE, 0=WARN, -1=ERR, ... */<br>
debug=2<br>
log_stderror=no<br>
memdbg=5<br>
memlog=5</p>
<p>log_facility=LOG_LOCAL0<br>
log_prefix="{$mt $hdr(CSeq) $ci} "</p>
<p>children=8<br>
tcp_children=16<br>
auto_aliases=no<br>
alias="example.com"</p>
<p>listen=udp:eth0<br>
server_signature=no<br>
tcp_connection_lifetime=3605<br>
tcp_max_connections=40960<br>
tcp_accept_no_cl=yes<br>
enable_tls=yes<br>
listen=tls:eth0<br>
tls_max_connections=40000<br>
enable_sctp=no</p>
<p>####### Modules Section ########</p>
<p>loadmodule "kex.so"<br>
loadmodule "corex.so"<br>
loadmodule "tm.so"<br>
loadmodule "tmx.so"<br>
loadmodule "sl.so"<br>
loadmodule "rr.so"<br>
loadmodule "pv.so"<br>
loadmodule "tls.so"<br>
loadmodule "http_async_client.so"</p>
<h1>----------------- setting module-specific parameters ---------------</h1>
<h1>----- tls params -----</h1>
<p>modparam("tls", "config", "/etc/kamailio/tls.cfg")</p>
<h1>----- http client ----</h1>
<p>modparam("http_async_client", "workers", 4)</p>
<p>####### Routing Logic ########</p>
<p>request_route {<br>
exit;<br>
}</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2466#issuecomment-688831449">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZJR5HY2FGAYJQNKIFTSEYO55ANCNFSM4QSUPPMA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZLNMCHRADIMOOMVVDLSEYO55A5CNFSM4QSUPPMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFEHLXWI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2466#issuecomment-688831449",
"url": "https://github.com/kamailio/kamailio/issues/2466#issuecomment-688831449",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>