Skip to content

Commit

Permalink
doc/yaml: Signal-termination option description
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucovsky authored and victorjulien committed Jan 3, 2022
1 parent 7f0f463 commit 93842aa
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/userguide/configuration/suricata-yaml.rst
Expand Up @@ -2330,6 +2330,21 @@ inspected for possible presence of Teredo.
Advanced Options
----------------

stacktrace
~~~~~~~~~~
Display diagnostic stacktraces when a signal unexpectedly terminates Suricata, e.g., such as
SIGSEGV or SIGABRT. Requires the ``libunwind`` library to be available. The default value is
to display the diagnostic message if a signal unexpectedly terminates Suricata -- e.g.,
``SIGABRT`` or ``SIGSEGV`` occurs while Suricata is running.

::

logging:
# Requires libunwind to be available when Suricata is configured and built.
# If a signal unexpectedly terminates Suricata, displays a brief diagnostic
# message with the offending stacktrace if enabled.
#stacktrace-on-signal: on

luajit
~~~~~~

Expand Down

0 comments on commit 93842aa

Please sign in to comment.