<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi,<div><br></div><div>Crash protection catches segmentation faul signals and try to kill that thread only. It works for "stupid" errors like a null pointer dereference, but in most scenarios, a crash means something in the process memory was corrupted. Ignoring it will just make it crash later on, thats why the default is false.</div><div><br></div><div>Now if you have a crash, you should update to svn trunk and if it still happens, report it on Jira ( see&nbsp;<a href="http://wiki.freeswitch.org/wiki/Reporting_Bugs">http://wiki.freeswitch.org/wiki/Reporting_Bugs</a> ) so someone can look at it and fix it.</div><div><br></div><div>Math</div><div><br><div><div>On 18-May-09, at 6:21 PM, Andy Ayers wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"> <div> <div><span class="515051216-18052009"><font face="Arial" size="2">Hi,</font></span></div> <div><span class="515051216-18052009"><font face="Arial" size="2"></font></span>&nbsp;</div> <div><span class="515051216-18052009"><font face="Arial" size="2">Is there any reason why the crash-protection parameter in switch.conf.xml defaults to false and are there any downsides to setting it to true? The documentation says it helps with certain types of crashes, can anyone tell me what sort of crashes in particular it helps to prevent as my freeswitch install seems to crash every few days.</font></span></div> <div><span class="515051216-18052009"><font face="Arial" size="2"></font></span>&nbsp;</div> <div><span class="515051216-18052009"><font face="Arial" size="2">Also, does anyone have an example of the monit setup for freeswitch to restart it when it fails?</font></span></div> <div><span class="515051216-18052009"><font face="Arial" size="2"></font></span>&nbsp;</div> <div><span class="515051216-18052009"><font face="Arial" size="2">Many thanks</font></span></div> <div><span class="515051216-18052009"><font face="Arial" size="2">Andy</font></span></div></div> _______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br>UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br>http://www.freeswitch.org<br></blockquote></div><br></div></body></html>