MCPcopy Create free account
hub / github.com/DeNA/HandlerSocket-Plugin-for-MySQL / fatal_abort

Function fatal_abort

libhsclient/fatal.cpp:28–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28void
29fatal_abort(const std::string& message)
30{
31 fprintf(stderr, "FATAL_COREDUMP: %s\n", message.c_str());
32 syslog(opt_syslog, "FATAL_COREDUMP: %s", message.c_str());
33 abort();
34}
35
36};
37

Callers 15

gettimeofday_doubleFunction · 0.85
startMethod · 0.85
start_nothrowMethod · 0.85
joinMethod · 0.85
resetMethod · 0.85
gettimeofday_doubleFunction · 0.85
check_nfileFunction · 0.85
hstcpsvr_workerMethod · 0.85
runMethod · 0.85
run_one_nbMethod · 0.85
run_one_epMethod · 0.85
mutexMethod · 0.85

Calls

no outgoing calls

Tested by 2

resetMethod · 0.68
gettimeofday_doubleFunction · 0.68