]> git.saurik.com Git - redis.git/blobdiff - src/debug.c
Add used allocator in redis-server -v output.
[redis.git] / 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"
-"    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);