[Freeswitch-users] crash-protection and monit
Mathieu Rene
mrene_lists at avgs.ca
Mon May 18 09:27:52 PDT 2009
Hi,
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.
Now if you have a crash, you should update to svn trunk and if it
still happens, report it on Jira ( see http://wiki.freeswitch.org/wiki/Reporting_Bugs
) so someone can look at it and fix it.
Math
On 18-May-09, at 6:21 PM, Andy Ayers wrote:
> Hi,
>
> 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.
>
> Also, does anyone have an example of the monit setup for freeswitch
> to restart it when it fails?
>
> Many thanks
> Andy
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20090518/481bf0f6/attachment-0002.html
More information about the FreeSWITCH-users
mailing list