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