<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>
It seems (still need to run a few more tests to be sure) you have<br>
completely solved my problem. This had been driving me nuts for the<br>
last several days, and I can't tell you how helpful this simple<br>
suggestion was!</blockquote><div><br>Cool! And sorry you got all "hung up" on the hangup hooks. mod_python has a narrow testing record. 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. <br>
<br> </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's worth adding something to the freeswitch mod_python wiki<br>
page about this? </blockquote><div><br>Yeah definitely. I updated the wiki with warnings to hopefully save the next guy the headache. That hangup hook function should probably be removed until its known to work reliably.<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> I still don'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. Maybe a clean build or something .. I thought it was built with debugging symbols by default. Also you should call gdb freeswitch core.1234 (2nd arg should be freeswitch binary) if you are not already. </div>
<br></div><br>