mod_traceback/README.markdown
author Kim Alvefur <zash@zash.se>
Sun, 28 Aug 2022 15:50:39 +0200
changeset 5026 97d34d520cfa
parent 2803 db0f654b9b3f
permissions -rw-r--r--
mod_watch_spam_reports: Fix traceback due to misplaced parenthesis (thanks Menel) Just like in 964de9997552

This module writes out a traceback to `traceback.txt` in Prosodys data
directory (see `prosodyctl about`) when the signal `SIGUSR1` is
received. This is useful when debugging seemingly frozen instances in
case it is stuck in Lua code.