Commit 7b573d5d authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Update parameter description to reflect that it also covers sigabrt

We should perhaps rename this parameter away from sigsegv_handler?
Maybe error_sighandler? Maybe move it into a feature bit for the
disabling instead of a separate parameter too.
parent 5f7d81ea
......@@ -416,8 +416,9 @@ struct parspec mgt_parspec[] = {
"180", "seconds" },
{ "sigsegv_handler", tweak_bool, &mgt_param.sigsegv_handler,
NULL, NULL,
"Install a signal handler which tries to dump debug "
"information on segmentation and buserror faults.",
"Install a signal handler which tries to dump debug"
" information on segmentation faults, bus errors and abort"
" signals.",
MUST_RESTART,
"on", "bool" },
{ "vcl_dir", tweak_string, &mgt_vcl_dir,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment