<div dir="ltr">Hi Nino, I do experience very similar problem with latest stable: FS 1.2.12. Please let me know if you have managed resolving that.<div><br></div><div>So, eventually my FS stops responding, generating events, requesting xml_curl_auth, etc. I can start fs_cli but when I do want to have "show bridged_calls" and enter sh and press tab "sho" appears and fs_cli totally hangs - i have falled back to 1.1beta1 where I do not saw that problem. But I do not see "Create event dispatch thread" messages in the log.</div>
<div>In my setup I have quite busy installation with around 1000 active SIP registrations with ~100 simultaneous calls, and ESL controller over the network, so EVENT activity is quite intensive. </div><div class="gmail_extra">
<br></div><div class="gmail_extra">Regards, Anton.<br><br><div class="gmail_quote">2013/8/12 Ken Rice <span dir="ltr"><<a href="mailto:krice@freeswitch.org" target="_blank">krice@freeswitch.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<font face="Monaco, Courier New"><span style="font-size:11pt">You might want to update to lastest and test then it could have already been resolved... <br><div class="im">
<br>
<br>
On 8/12/13 2:35 PM, "Nuno Reis" <<a href="http://nreis@wavecom.pt" target="_blank">nreis@wavecom.pt</a>> wrote:<br>
<br>
</div></span></font><blockquote><font face="Monaco, Courier New"><div class="im"><span style="font-size:11pt">Another eventually important tip:<br>
<br>
This is happening at least with freeswitch versions 1.2.3 and 1.2.8.<br>
<br>
Thanks.<br>
<font color="#1F497D">--<br>
</font><br>
</span></div><font size="1"><span style="font-size:8pt"><div class="im"><b>Nuno Miguel Reis</b> | <b>Unified Communication Systems<br>
</b></div>M. <a href="tel:%2B351%20913907481" value="+351913907481" target="_blank">+351 913907481</a> | <font color="#0000FF"><a href="http://nreis@wavecom.pt" target="_blank">nreis@wavecom.pt</a></font> <<a href="mailto:nreis@wavecom.pt" target="_blank">mailto:nreis@wavecom.pt</a>> <br>
<div class="im">
WAVECOM-Soluções Rádio, S.A.<br>
Cacia Park | Rua do Progresso, Lote 15<br>
3800-639 AVEIRO | Portugal<br>
T. <a href="tel:%2B351%20309%20700%20225" value="+351309700225" target="_blank">+351 309 700 225</a> | F. <a href="tel:%2B351%20234%20919%20191" value="+351234919191" target="_blank">+351 234 919 191</a><br>
</div></span><div class="im"><font color="#1F497D"><span style="font-size:9pt"><b>GPS</b></span></font><span style="font-size:9pt"><b> <<a href="http://maps.google.com/maps/ms?msa=0&msid=202333747613191340808.0004b4b227a6144f0df88" target="_blank">http://maps.google.com/maps/ms?msa=0&msid=202333747613191340808.0004b4b227a6144f0df88</a>> | <font color="#1F497D"><a href="http://www.wavecom.pt" target="_blank">www.wavecom.pt</a></font> <<a href="http://www.wavecom.pt/" target="_blank">http://www.wavecom.pt/</a>> </b></span></div>
</font><b><span style="font-size:11pt"> <<a href="http://www.wavecom.pt/" target="_blank">http://www.wavecom.pt/</a>> <br>
</span></b><div class="im"><span style="font-size:11pt"><br>
<img src="cid:3459163238_78641691"> <<a href="http://www.wavecom.pt/pt/wavecom/premios.php" target="_blank">http://www.wavecom.pt/pt/wavecom/premios.php</a>> <br>
<br>
</span><span style="font-size:12pt"> <<a href="http://www.wavecom.pt/pt/mail_eventos.php" target="_blank">http://www.wavecom.pt/pt/mail_eventos.php</a>> <br>
</span></div><span style="font-size:11pt"><br>
<br>
<br>
<br><div class="im">
On Mon, Aug 12, 2013 at 8:29 PM, Nuno Reis <<a href="http://nreis@wavecom.pt" target="_blank">nreis@wavecom.pt</a>> wrote:<br>
</div></span></font><blockquote><font face="Monaco, Courier New"><div class="im"><span style="font-size:11pt">Hello all.<br>
<br>
I've been experiencing a problem with freeswitch where it stops responding (doesn't answer any SIP REQUESTS) and produces the following output in the log file every time the symptom happens:<br>
<br>
2013-08-12 15:18:31.488906 [WARNING] switch_event.c:552 Create event dispatch thread 1<br>
2013-08-12 15:18:31.578906 [WARNING] switch_event.c:554 Create additional event dispatch thread 2<br>
2013-08-12 15:18:31.598907 [WARNING] switch_event.c:554 Create additional event dispatch thread 3<br>
2013-08-12 15:18:31.648904 [WARNING] switch_event.c:554 Create additional event dispatch thread 4<br>
2013-08-12 15:18:31.728905 [WARNING] switch_event.c:554 Create additional event dispatch thread 5<br>
2013-08-12 15:19:04.348914 [CONSOLE] sofia.c:1602 MSG Thread 4 Started<br>
<br>
After this, i can see that the process exists and i can get to the fs_cli prompt, although none of the normal command like: show calls work. The command simply hangs without returning back a response.<br>
I think this could be memory related, although can't find a reasonable explanation to that. I had 4GB of physical RAM available + 512MB for SWAP on a CentOS x86_64 machine and the OS was using like about 800MB but if i considered the cached amount of memory, it was like a total of 3.8GB which from what i understand is normal in linux, since the kernel tries to cache all the available memory over time.<br>
Nevertheless i've decided to give the machine more 4GB RAM and SWAP is now 16GB, so now i've 8GB total for physical RAM and 16GB SWAP which solved the problem at least temporarily and made freeswitch stop getting back into the symptom described above. <br>
I can see that the cached memory is again growing over time. I still don't know if I'll end up with the same symptom again when the total used memory (used+ cached) gets near the 8GB.<br>
<br>
Anyone has had this symptom before too?<br>
Some feedback is appreciated.<br>
<br>
Thanks.<br>
<font color="#1F497D">--<br>
</font><br>
</span></div><font size="1"><span style="font-size:8pt"><div class="im"><b>Nuno Miguel Reis</b> | <b>Unified Communication Systems<br>
</b></div>M. <a href="tel:%2B351%20913907481" value="+351913907481" target="_blank">+351 913907481</a> | <font color="#0000FF"><a href="http://nreis@wavecom.pt" target="_blank">nreis@wavecom.pt</a></font> <<a href="mailto:nreis@wavecom.pt" target="_blank">mailto:nreis@wavecom.pt</a>> <br>
<div class="im">
WAVECOM-Soluções Rádio, S.A.<br>
Cacia Park | Rua do Progresso, Lote 15<br>
3800-639 AVEIRO | Portugal<br>
T. <a href="tel:%2B351%20309%20700%20225" value="+351309700225" target="_blank">+351 309 700 225</a> | F. <a href="tel:%2B351%20234%20919%20191" value="+351234919191" target="_blank">+351 234 919 191</a><br>
</div></span><div><div class="h5"><font color="#1F497D"><span style="font-size:9pt"><b>GPS</b></span></font><span style="font-size:9pt"><b> <<a href="http://maps.google.com/maps/ms?msa=0&msid=202333747613191340808.0004b4b227a6144f0df88" target="_blank">http://maps.google.com/maps/ms?msa=0&msid=202333747613191340808.0004b4b227a6144f0df88</a>> | <font color="#1F497D"><a href="http://www.wavecom.pt" target="_blank">www.wavecom.pt</a></font> <<a href="http://www.wavecom.pt/" target="_blank">http://www.wavecom.pt/</a>> </b></span></div>
</div></font><b><span style="font-size:11pt"> <<a href="http://www.wavecom.pt/" target="_blank">http://www.wavecom.pt/</a>> <br>
</span></b><div><div class="h5"><span style="font-size:11pt"><br>
<img src="cid:3459163238_78607919"> <<a href="http://www.wavecom.pt/pt/wavecom/premios.php" target="_blank">http://www.wavecom.pt/pt/wavecom/premios.php</a>> <br>
<br>
</span><span style="font-size:12pt"> <<a href="http://www.wavecom.pt/pt/mail_eventos.php" target="_blank">http://www.wavecom.pt/pt/mail_eventos.php</a>> <br>
</span><span style="font-size:11pt"><br>
<br>
</span></div></div></font></blockquote><div><div class="h5"><font face="Monaco, Courier New"><span style="font-size:11pt"><br>
<br>
<hr align="CENTER" size="3" width="95%"></span></font><font><font face="Consolas, Courier New, Courier"><span style="font-size:10pt">_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="http://consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="http://FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</span></font></font></div></div></blockquote><div><div class="h5"><font><font face="Consolas, Courier New, Courier"><span style="font-size:10pt"><br>
</span></font></font><font face="Monaco, Courier New"><span style="font-size:11pt">-- <br>
Ken<br>
<font color="#0000FF"><u><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br>
<a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br>
</u></font><a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
</span></font>
</div></div></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div>