mirror of
https://github.com/EvernodeXRPL/sashimono.git
synced 2026-08-01 03:21:05 +00:00
Introduce message threads and message handling (#4)
This commit is contained in:
@@ -55,6 +55,7 @@ void sig_exit_handler(int signum)
|
||||
|
||||
void segfault_handler(int signum)
|
||||
{
|
||||
LOG_ERROR << boost::stacktrace::stacktrace();
|
||||
exit(SIGABRT);
|
||||
}
|
||||
|
||||
@@ -84,6 +85,8 @@ void std_terminate() noexcept
|
||||
LOG_ERROR << "std error: Terminated due to unknown reason";
|
||||
}
|
||||
|
||||
LOG_ERROR << boost::stacktrace::stacktrace();
|
||||
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user