MCPcopy Create free account
hub / github.com/PostHog/duckgres / sigaction

Class sigaction

internal/crashhandler/handler.c:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 // Restore the default disposition and re-raise so the process dies with
101 // the original signal (and dumps core where enabled) instead of wedging.
102 struct sigaction dfl;
103 memset(&dfl, 0, sizeof(dfl));
104 dfl.sa_handler = SIG_DFL;
105 sigemptyset(&dfl.sa_mask);

Callers 2

duckgres_crash_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected