<div dir="ltr">FYI- we have to build our own debian9 pkgs due to the openssl mem leak issues<div>not sure why this isn't in the kamailio's debian build system yet because im pretty sure there is an issue on GH related to it</div><div>this is from our `build.sh` container:</div><div><br></div><div><div style="color:rgb(212,212,212);background-color:rgb(30,30,30);font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;line-height:18px;white-space:pre"><div style="line-height:18px"><div><span style="color:rgb(106,153,85)"># fix for libssl bug</span></div></div><div>apt-get -y purge libssl-dev && apt-get -y -qq install libssl1.0-dev</div><div><br></div><div>...</div><div><br></div><div>sed -ie <span style="color:rgb(206,145,120)">'s/libssl-dev/libssl1.0-dev/g'</span> pkg/kamailio/deb/debian/control</div></div></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 12, 2019 at 2:33 AM Daniel-Constantin Mierla <<a href="mailto:notifications@github.com">notifications@github.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><p>Adding also that the mysql timeout might not work always, as presented in manual:</p>

<ul>

<li><a href="https://dev.mysql.com/doc/refman/5.5/en/mysql-options.html" rel="nofollow" target="_blank">https://dev.mysql.com/doc/refman/5.5/en/mysql-options.html</a></li>

</ul>

<p>Citing:</p>

<pre><code>MYSQL_OPT_READ_TIMEOUT (argument type: unsigned int *)



The timeout in seconds for each attempt to read from the server. There are retries if necessary, so the total effective timeout value is three times the option value. You can set the value so that a lost connection can be detected earlier than the TCP/IP Close_Wait_Timeout value of 10 minutes.



Implementation of this timeout uses mechanisms that may not be available on all platforms. On such a platform, a client that issues a read call might under certain circumstances wait without timing out. For example, a client might not time out if the server is not responding because it is waiting for a “disk full” condition to clear.

</code></pre>

<p>Therefore you should also check if there are problems with mysql server.</p>



<p style="font-size:small;color:rgb(102,102,102)">—<br>You are receiving this because you were mentioned.<br>Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/1895?email_source=notifications&email_token=ABO7UZNZ7RC26L4NVJPT4GDP2CKBZA5CNFSM4G7MZHH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXPMR3A#issuecomment-501139692" target="_blank">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZPCOHEPLSKYC7JKXLTP2CKBZANCNFSM4G7MZHHQ" target="_blank">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABO7UZIA3QUJNQYMAFPI6RDP2CKBZA5CNFSM4G7MZHH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXPMR3A.gif" height="1" width="1" alt=""></p>

_______________________________________________<br>
Kamailio (SER) - Development Mailing List<br>
<a href="mailto:sr-dev@lists.kamailio.org" target="_blank">sr-dev@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev</a><br>
</blockquote></div>