MCPcopy Create free account
hub / github.com/apache/impala / sigaction

Class sigaction

be/src/kudu/util/debug-util.cc:297–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295 // change our signal, unregister the old one.
296 if (signum != g_stack_trace_signum && state == INITIALIZED) {
297 struct sigaction old_act;
298 PCHECK(sigaction(g_stack_trace_signum, nullptr, &old_act) == 0);
299 if (old_act.sa_sigaction == &HandleStackTraceSignal) {
300 signal(g_stack_trace_signum, SIG_DFL);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected