mod_traceback/README.markdown
author Matthew Wild <mwild1@gmail.com>
Sun, 03 Mar 2024 16:03:27 +0000
changeset 5858 fcfe490de8a4
parent 2803 db0f654b9b3f
permissions -rw-r--r--
mod_spam_report_forwarder: Rename to mod_report_forward This module is not only about spam reports.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2803
db0f654b9b3f mod_traceback: Add a brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     1
This module writes out a traceback to `traceback.txt` in Prosodys data
db0f654b9b3f mod_traceback: Add a brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     2
directory (see `prosodyctl about`) when the signal `SIGUSR1` is
db0f654b9b3f mod_traceback: Add a brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     3
received. This is useful when debugging seemingly frozen instances in
db0f654b9b3f mod_traceback: Add a brief README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
     4
case it is stuck in Lua code.