MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / startCrashReport

Function startCrashReport

src/debug.c:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16static struct sigaction old_act;
17
18static void startCrashReport(void) {
19 RedisModule_Log(NULL, "warning", "=== REDISGRAPH BUG REPORT START: ===");
20}
21
22static void endCrashReport(void) {
23 RedisModule_Log(NULL, "warning", "=== REDISGRAPH BUG REPORT END. ===");

Callers 1

crashHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected