MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / CrashHandler

Function CrashHandler

src/platform/linux/schema_fetch.cpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114static sigjmp_buf g_jmp;
115static volatile sig_atomic_t g_inCall = 0;
116static void CrashHandler(int sig) { if (g_inCall) siglongjmp(g_jmp, sig); raise(sig); }
117class CallGuard {
118public:
119 CallGuard() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected