Skip to content

Commit

Permalink
doc/yaml: SIGSEGV option description
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucovsky committed Jul 1, 2021
1 parent 8be58a9 commit 5844248
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/userguide/configuration/suricata-yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2229,6 +2229,19 @@ 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. The default value
is to display the diagnostic message if a ``SIGSEGV`` occurs.

::

logging:
# Requires --enable-libunwind. Display a brief diagnostic message with the
# offending stacktrace when enabled _and_ configured.
# sigsegv-stacktrace: on

luajit
~~~~~~

Expand Down

0 comments on commit 5844248

Please sign in to comment.