<div dir="ltr">Since it's running through gdb you could get slightly different behaviour, because timing etc is different.<div><br></div><div>Try collecting a coredump of the program while it's frozen using 'gcore' then open that coredump using gdb. You'll be able to inspect the backtrace to find out exactly what FS was running (ie waiting on) while frozen.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On 23 June 2014 09:24, mayamatakeshi <span dir="ltr"><<a href="mailto:mayamatakeshi@gmail.com" target="_blank">mayamatakeshi@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I am testing latest commit b21f34bffc with CentOS 6.5.</div><div><br></div><div>FS gets stuck at this point during startup:</div>
<div><br></div><div># ./freeswitch -nonat </div><div>2014-06-23 17:16:34.231865 [INFO] switch_event.c:670 Activate Eventing Engine.</div>
<div>2014-06-23 17:16:34.232154 [WARNING] switch_event.c:652 Create additional event dispatch thread 0</div><div><br></div><div>So I tried to run it under gdb,</div><div>but when i do 'r -nonat' in the gdb cli, FS doesn't get stuck and starts properly (i get the FS CLI and I am able to execute commands in it).</div>
<div><br></div><div>Any idea why would this be?</div><div><br></div><div><br></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>