From 49ad5cdd7b2c9fba76c5d29442458b2a954440ce Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Thu, 17 Jun 2021 09:24:46 -0400 Subject: [PATCH] doc/yaml: SIGSEGV option description --- doc/userguide/configuration/suricata-yaml.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/userguide/configuration/suricata-yaml.rst b/doc/userguide/configuration/suricata-yaml.rst index 48c8ecd8f9bd..d6f64f42283e 100644 --- a/doc/userguide/configuration/suricata-yaml.rst +++ b/doc/userguide/configuration/suricata-yaml.rst @@ -2229,6 +2229,18 @@ inspected for possible presence of Teredo. Advanced Options ---------------- +sigsegv +~~~~~~ +Diagnostic stacktraces when a SIGSEGV occurs are available when Suricata is configured with +``--enable-libunwind`` and the ``libunwind`` library is available. + +:: + + logging: + # Requires --enable-libunwind. Display a brief diagnostic message with the + # offending stacktrace when enabled _and_ configured. + sigsegv-stacktrace: on + luajit ~~~~~~