Annotate
mod_traceback/README.markdown @ 4943:e67cc71727ca
mod_rest: Fix attempt to index nil in handling of single iq response
Fix handling of many responses, break handling of single response :(
| author |
Kim Alvefur <zash@zash.se> |
| date |
Tue, 17 May 2022 11:44:44 +0200 |
| parent |
2799:db0f654b9b3f |
| rev |
line source |
|
2799
|
1 This module writes out a traceback to `traceback.txt` in Prosodys data
|
|
|
2 directory (see `prosodyctl about`) when the signal `SIGUSR1` is
|
|
|
3 received. This is useful when debugging seemingly frozen instances in
|
|
|
4 case it is stuck in Lua code.
|