summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2022-06-06 11:39:23 +0300
committerOran Agra <oran@redislabs.com>2023-01-17 14:59:41 +0200
commit2fc6a24f41500baa2c524da7727345a2da8d2948 (patch)
tree5c89351873d2535104257749f437e2d16e6b735c
parentdad7f71f157620be7d2e4168cb6b07cbd255cf61 (diff)
downloadredis-2fc6a24f41500baa2c524da7727345a2da8d2948.tar.gz
crash report instructions (#10816)
Trying to avoid people opening crash report issues about module crashes and ARM QEMU bugs. (cherry picked from commit 475563e2e941ebbdb83f50474bf2daa5ae276fcf) (cherry picked from commit 66472a5ee32d1aa46def4615628d84238d61a44a)
-rw-r--r--src/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/debug.c b/src/debug.c
index 2639d284d..1a957de36 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -1722,7 +1722,9 @@ void sigsegvHandler(int sig, siginfo_t *info, void *secret) {
"\n=== REDIS BUG REPORT END. Make sure to include from START to END. ===\n\n"
" Please report the crash by opening an issue on github:\n\n"
" http://github.com/redis/redis/issues\n\n"
+" If a Redis module was involved, please open in the module's repo instead.\n\n"
" Suspect RAM error? Use redis-server --test-memory to verify it.\n\n"
+" Some other issues could be detected by redis-server --check-system\n"
);
/* free(messages); Don't call free() with possibly corrupted memory. */