<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi,<br>
&nbsp;It seems (still need to run a few more tests to be sure) you have<br>
completely solved my problem. &nbsp;This had been driving me nuts for the<br>
last several days, and I can&#39;t tell you how helpful this simple<br>
suggestion was!</blockquote><div><br>Cool!&nbsp; And sorry you got all &quot;hung up&quot; on the hangup hooks.&nbsp; mod_python has a narrow testing record.&nbsp; Certain things have been tested heavily and are known to work reliably, but once you veer off the path, you are vulnerable to potential bugs like the one you saw.&nbsp; <br>
<br>&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Maybe it&#39;s worth adding something to the freeswitch mod_python wiki<br>
page about this? </blockquote><div><br>Yeah definitely.&nbsp; I updated the wiki with warnings to hopefully save the next guy the headache.&nbsp; That hangup hook function should probably be removed until its known to work reliably.<br>
&nbsp;</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&nbsp;I still don&#39;t know exactly why this causes a core<br>
dump, and it seems to work ok, as long as there is nothing else<br>
interacting with it (e.g. sqlalchemy),</blockquote><div><br>If you can get a good core dump it might reveal something.&nbsp; Maybe a clean build or something .. I thought it was built with debugging symbols by default.&nbsp; Also you should call gdb freeswitch core.1234 (2nd arg should be freeswitch binary) if you are not already.&nbsp;</div>
<br></div><br>