X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/57be47758e3203fe5e01c15895c4351206415024..0d44d507925a97e55ca2352544b1bf6a1b78fa81:/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);