X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/30c06ae6b43a5909d842011cc6dd1443d056c684..9aba884b348432a3ef802723a5f6692b353bbaa8:/src/debug.c diff --git a/src/debug.c b/src/debug.c index a355df05..8eea3bf8 100644 --- a/src/debug.c +++ b/src/debug.c @@ -636,8 +636,9 @@ void sigsegvHandler(int sig, siginfo_t *info, void *secret) { redisLog(REDIS_WARNING, "\n=== REDIS BUG REPORT END. Make sure to include from START to END. ===\n\n" -" Please report the crash opening an issue on github:\n\n" -" http://github.com/antirez/redis/issues\n\n" +" Please report the crash opening an issue on github:\n\n" +" http://github.com/antirez/redis/issues\n\n" +" Suspect RAM error? Use redis-server --test-memory to veryfy it.\n\n" ); /* free(messages); Don't call free() with possibly corrupted memory. */ if (server.daemonize) unlink(server.pidfile);