]> git.saurik.com Git - redis.git/commitdiff
On crash suggest to give --test-memory a try.
authorantirez <antirez@gmail.com>
Sun, 18 Mar 2012 10:35:35 +0000 (11:35 +0100)
committerantirez <antirez@gmail.com>
Sun, 18 Mar 2012 10:43:09 +0000 (11:43 +0100)
src/debug.c

index a355df05f6dc65fdc203374678a6909644c10d37..8eea3bf8d0472d23b38c1b394108b20fc2f3d3c5 100644 (file)
@@ -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"
 
     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);
 );
     /* free(messages); Don't call free() with possibly corrupted memory. */
     if (server.daemonize) unlink(server.pidfile);