MCPcopy Create free account
hub / github.com/MariaDB/server / fatal_abort

Function fatal_abort

plugin/handler_socket/libhsclient/fatal.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18const int opt_syslog = LOG_ERR | LOG_PID | LOG_CONS;
19
20void
21fatal_abort(const std::string& message)
22{
23 fprintf(stderr, "FATAL_COREDUMP: %s\n", message.c_str());
24 syslog(opt_syslog, "FATAL_COREDUMP: %s", message.c_str());
25 abort();
26}
27
28};
29

Callers 15

resetMethod · 0.85
gettimeofday_doubleFunction · 0.85
startMethod · 0.85
start_nothrowMethod · 0.85
joinMethod · 0.85
mysql_doFunction · 0.85
hs_longrun_init_tableFunction · 0.85
resetMethod · 0.85
gettimeofday_doubleFunction · 0.85
check_nfileFunction · 0.85
hstcpsvr_workerMethod · 0.85
runMethod · 0.85

Calls 1

c_strMethod · 0.45

Tested by 2

resetMethod · 0.68
gettimeofday_doubleFunction · 0.68