Convert the given trace to a multi-line string.
void JStatus::RecordBackTrace |
( |
void |
| ) |
|
|
static |
Record the backtrace for the current thread in the BACKTRACES global.
void JStatus::Report |
( |
void |
| ) |
|
|
static |
Static method used to generate and write the current status of the JANA process to the named pipe. On the first call, this will create a JStatus object and create the named pipe (see JANA::STATUS_FNAME for name). Subsequent calls will open the pipe, write to it, and close it. This is generally called when the process receives a USR1 signal. Typically, if a single JANA process is running on the node, then one can issue a "killall <progname> -USR1" and then do a "cat /tmp/jana_status" to see the report.
The documentation for this class was generated from the following files:
- src/lib/JANA/Status/JStatus.h
- src/lib/JANA/Status/JStatus.cc