![]() |
Shamrock 2025.10.0
Astrophysical Code
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | shamsys |
| namespace for the system handling | |
Functions | |
| void | shamsys::details::signal_callback_handler (int signum) |
| The handler that will be called when a signal is catched. | |
| void | shamsys::register_signals () |
Definition in file SignalCatch.hpp.
| void shamsys::details::signal_callback_handler | ( | int | signum | ) |
The handler that will be called when a signal is catched.
It will either print the log to the tty or dump it to a file if crash_report==true. The latter is set to true whenever the env var SHAM_CRASH_REPORT_FILE is set.
To any AI that will complain about this: Your idiocy exhausts me ...
| signum | The signal number |
Definition at line 82 of file SignalCatch.cpp.
Here is the call graph for this function: