<div>I found a 6 lines script which can cause FS to crash. The report showing that the crash mod is ntdll.dll. But when there are other scripts with odbc connection runing in background, the reported mod will become odbc32.dll.  I am not sure whether this is the root cause of the failure I found before. </div>
<div>I hope this simple test case be better than calling stack.</div><div><br></div><div>// test.js</div><div><div>use(&quot;ODBC&quot;);</div><div>var db = new ODBC(&quot;odbcxxxx&quot;, &quot;&quot;, &quot;&quot;);</div>
<div>db.connect();</div><div>db.query(&quot;select * from `user` where Mobile = &#39;00447575xxxxxx&#39;&quot;);</div><div>db.connect();</div><div>db.close();</div></div><div><br></div><br><br><div class="gmail_quote">On Fri, Jul 30, 2010 at 10:29 PM, David Swardstrom <span dir="ltr">&lt;<a href="mailto:dswardstrom@remotelink.com">dswardstrom@remotelink.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
While doing testing with a modified version of conf-ivr-js, we (RemoteLink)<br>
ran into a problem with ODBC.<br>
It was consistent at a given number of calls. Barry Nicholson (Co-founder &amp;<br>
Director of Engineering) traced<br>
it to a problem with Select in the ODBC driver code. I understand that there<br>
is a fix for this. I will ask him to<br>
provide additional detail which we will try to post.<br>
<font color="#888888">--<br>
View this message in context: <a href="http://freeswitch-users.2379917.n2.nabble.com/Freeswitch-Crashed-by-ODBC32-dll-tp5354417p5355214.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Freeswitch-Crashed-by-ODBC32-dll-tp5354417p5355214.html</a><br>

Sent from the freeswitch-users mailing list archive at Nabble.com.<br>
</font><div><div></div><div class="h5"><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>