Hi Guys,<br><br>I have an issue running FS... it crashes apparently without leaving any log ... not even a core dump is left.<br><br>The machine is dual AMD opteron quad core with 8 GB RAM and i&#39;m running 75 simultaneous calls (with media) with a rate of 5 calls per second. <br>
<br><br>As i was not able to reproduce the issue on a real traffic so i went back
to sipp and started generating some... sipp &amp; scenario files are ok.<br>after a while (few minutes)...  on sipp i start getting retransmissions and when i check FS i see two situations:<br><br>1. freeswitch has died<br>
2. freeswitch process is running but it doesn&#39;t respond to any call... as nothing has been sent ... and after a while it dies too.<br><br>I&#39;m using sip profile external (moved to port 5060) with some semi-complex dialplan... attached.<br>
<br>well .. the point is that i cannot even tell where it crashes as there is no log.<br><br>I have:<br><br>&lt;param name=&quot;loglevel&quot; value=&quot;debug&quot;/&gt;<br> &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;call_debug=true&quot;/&gt;<br>
 &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;console_loglevel=debug&quot;/&gt;<br><br>fs is dumping the log to the log directory ... but nothing special can&#39;t bee seen there...<br><br><br>I tried to recompile with gdb<br>
<br>export CFLAGS=&quot;-g -ggdb&quot;<br>export MOD_CFLAGS=&quot;-g -ggdb&quot;<br>./configure<br><br><br>but without luck...<br><br>ode1:/opt/freeswitch-trunk# <br>node1:/opt/freeswitch-trunk# sudo make<br>make[1]: Entering directory `/opt/freeswitch-trunk/libs/pcre&#39;<br>
make  all-am<br>make[2]: Entering directory `/opt/freeswitch-trunk/libs/pcre&#39;<br>g++ -DHAVE_CONFIG_H -I.     -O2 -MT pcrecpp_unittest.o -MD -MP -MF .deps/pcrecpp_unittest.Tpo -c -o pcrecpp_unittest.o pcrecpp_unittest.cc<br>
g++: Internal error: Segmentation fault (program cc1plus)<br>Please submit a full bug report.<br>See &lt;file:///usr/share/doc/gcc-4.3/README.Bugs&gt; for instructions.<br>make[2]: *** [pcrecpp_unittest.o] Error 1<br>make[2]: Leaving directory `/opt/freeswitch-trunk/libs/pcre&#39;<br>
make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/opt/freeswitch-trunk/libs/pcre&#39;<br>make: *** [libs/pcre/<a href="http://libpcre.la">libpcre.la</a>] Error 2<br>node1:/opt/freeswitch-trunk# <br>node1:/opt/freeswitch-trunk# <br>
<br><br>Of course I&#39;m using the latest trunk...<br><br>Can anyone help?<br>
<br><br><br><br><br>