prosody-modules
log
graph
tags
bookmarks
branches
8bdb1729529b
browse
changeset
mod_traceback/README.markdown
Annotate
comparison
diff
file
raw
log
latest
help
Find changesets by keywords by author, files, the commit message, revision number or hash, or
revset expression
.
Software
/
code
/
prosody-modules
Annotate
mod_traceback/README.markdown @ 3856:
8bdb1729529b
mod_rest: Make XHTML-IM mapping more convenient Avoid burdening web developers with XML namespace attribute Might be a bit fragile Note that the <body> element must be included
author
Kim Alvefur <zash@zash.se>
date
Sat, 25 Jan 2020 00:46:09 +0100 (2020-01-24)
parent
2799:
db0f654b9b3f
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
2799
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.