First of all please stop using the mailing list as a bug tracker.<br>All issues should be put into jira and managed with that.<br><br>Secondly, Didn&#39;t I ask you multiple times to stop using release snapshots and please use the SVN<br>
trunk?&nbsp; I don&#39;t understand why you keep ignoring me and using everything but what I asked.<br><br>I am not telling you to use SVN because I think it will be fixed it&#39;s so we are on the development copy of the code<br>
to get the proper line numbers etc.&nbsp; If you look at your 2 bt you posted, the line numbers are different on each one.<br><br>What are you using on the other side of ODBC?&nbsp; as you can see in your bt, the call goes into ODBC then into several<br>
libs with no symbols and crashes on free. This can be a sign of corrupt memory, running out of memory or an issue in either ODBC or the database specific lib.<br><br>What distro is it? <br>What ODBC version?&nbsp; unixODBC? version xxx?<br>
What database driver version xxx? Is it mysl not using the proper reentrant version of the plugin?<br>Sometimes packaged libs have bugs in them which fall out of our control.&nbsp;&nbsp; <br>Can you build unixODBC and the plugins yourself with debug symbols so we can see if that is the cause or at the very least then we can see the debug info in the bt.<br>
<br>please make sure you address *all* my questions in your jira report.&nbsp; Starting with using svn trunk, *hint* type &quot;make current&quot; from your rc1 distro.<br><br><br><br><br><div class="gmail_quote">On Thu, Feb 5, 2009 at 3:51 AM, shehzad p <span dir="ltr">&lt;<a href="mailto:pmhshz@gmail.com">pmhshz@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
HI Brian,<br>
<br>
Output of ulimit -a and /proc/cpuinfo is attached...<br>
<a href="http://www.nabble.com/file/p21848148/12_ulimit_and_cpuinfo.log" target="_blank">http://www.nabble.com/file/p21848148/12_ulimit_and_cpuinfo.log</a><br>
12_ulimit_and_cpuinfo.log<br>
<br>
BUT......................<br>
I am running the freeswitch using below command (So ulimit set according to<br>
Anthony&#39;s previous post):<br>
===================================================================================<br>
ulimit -d unlimited; ulimit -f unlimited; ulimit -i unlimited; ulimit -n<br>
999999; ulimit -q unlimited ; ulimit -u unlimited; ulimit -v unlimited ;<br>
ulimit -x unlimited; ulimit -s 244; ulimit -l unlimited; freeswitch<br>
===================================================================================<br>
<br>
Thanks<br>
msp<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
Brian West-3 wrote:<br>
&gt;<br>
&gt; Can you give me the output of uname -a and the contents of /proc/<br>
&gt; cpuinfo? &nbsp;Not sure I asked for this info already or not.<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Brian<br>
&gt;<br>
&gt; On Feb 5, 2009, at 2:42 AM, shehzad p wrote:<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi anthony,<br>
&gt;&gt; In my previous post I already attached the BT for the testing of FS<br>
&gt;&gt; 1.0.1<br>
&gt;&gt; Posting it again, please find it on<br>
&gt;&gt; link==&gt;<a href="http://www.nabble.com/file/p21825226/bt_new_arch.txt" target="_blank">http://www.nabble.com/file/p21825226/bt_new_arch.txt</a><br>
&gt;&gt;<br>
&gt;&gt; Now I got the same result while testing FS 1.0.3RC1, And its BT is<br>
&gt;&gt; also<br>
&gt;&gt; same... BT Link:<br>
&gt;&gt; <a href="http://www.nabble.com/file/p21847332/fs_1_0_3_bt_new_arch.log" target="_blank">http://www.nabble.com/file/p21847332/fs_1_0_3_bt_new_arch.log</a><br>
&gt;&gt; fs_1_0_3_bt_new_arch.log<br>
&gt;&gt;<br>
&gt;&gt; (Note: Same in the sens the functions listed in the sequence are<br>
&gt;&gt; almost same<br>
&gt;&gt; as before...)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Anthony Minessale-2 wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If you still get a crash on SVN trunk please post the bt even if<br>
&gt;&gt;&gt; you think<br>
&gt;&gt;&gt; it&#39;s the same, since it won&#39;t be<br>
&gt;&gt;&gt; exactly the same, the line numbers etc will be accurate with our<br>
&gt;&gt;&gt; development<br>
&gt;&gt;&gt; code making it easier to debug.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Feb 4, 2009 at 12:38 AM, shehzad p &lt;<a href="mailto:pmhshz@gmail.com">pmhshz@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi anthony,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; I Modified the whole architecture of call routing system,<br>
&gt;&gt;&gt;&gt; Now after getting required routes, script exit and,<br>
&gt;&gt;&gt;&gt; control comes back to Dialplan, and call is bridged there,<br>
&gt;&gt;&gt;&gt; And call hangup, CDR is posted to cdr.php file (using xml_cdr).<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; So now there is no blocking statement (bridge or anything like<br>
&gt;&gt;&gt;&gt; that) in<br>
&gt;&gt;&gt;&gt; current javascript, It return back control instantly.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; So, setting up all above architecture...<br>
&gt;&gt;&gt;&gt; First I tested FS 1.0.1 , It get crashed two times, in interval of<br>
&gt;&gt;&gt;&gt; 3 to 5<br>
&gt;&gt;&gt;&gt; hours and simultaneous call of about 100 to 150.<br>
&gt;&gt;&gt;&gt; BT is the same as before...<br>
&gt;&gt;&gt;&gt; <a href="http://www.nabble.com/file/p21825226/bt_new_arch.txt" target="_blank">http://www.nabble.com/file/p21825226/bt_new_arch.txt</a> bt_new_arch.txt<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Now I am also testing 1.0.3RC1, and post it back if any found.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Thanks<br>
&gt;&gt;&gt;&gt; msp<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Clearly you have an issue with your javascript code.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; You have the Garbage collector blocking in every thread.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Are you doing any endless loops in your code where you do not check<br>
&gt;&gt;&gt;&gt; session.ready() as a condition for<br>
&gt;&gt;&gt;&gt; continuing the script?<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; any time session.ready() fails you must immediately exit.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Are you using session.execute to execute long blocking operations<br>
&gt;&gt;&gt;&gt; like<br>
&gt;&gt;&gt;&gt; bridging many calls or entering a conference?<br>
&gt;&gt;&gt;&gt; You should avoid doing this as all the collective scripts on the<br>
&gt;&gt;&gt;&gt; system<br>
&gt;&gt;&gt;&gt; share a common Garbage Collector provided by the<br>
&gt;&gt;&gt;&gt; JS engine and it can lead to the exact issues you describe if the<br>
&gt;&gt;&gt;&gt; code is<br>
&gt;&gt;&gt;&gt; not properly designed.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; What else does you script do that are things provided by FS such as<br>
&gt;&gt;&gt;&gt; playing<br>
&gt;&gt;&gt;&gt; files and executing applications.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; View this message in context:<br>
&gt;&gt;&gt;&gt; <a href="http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744p21825226.html" target="_blank">http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744p21825226.html</a><br>

&gt;&gt;&gt;&gt; Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Anthony Minessale II<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt;&gt;&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; AIM: anthm<br>
&gt;&gt;&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> &lt;<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a>&lt;<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a><br>

&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; FreeSWITCH Developer Conference<br>
&gt;&gt;&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a> &lt;<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a><br>
&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
&gt;&gt;&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a>&lt;<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a><br>

&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt; pstn:213-799-1400<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744p21847332.html" target="_blank">http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744p21847332.html</a><br>

&gt;&gt; Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
</div></div><font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744p21848148.html" target="_blank">http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744p21848148.html</a><br>

</font><div><div></div><div class="Wj3C7c">Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
<br>
<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>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>