mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
commit
113be48221
@ -864,7 +864,7 @@ void sigsegvHandler(int sig, siginfo_t *info, void *secret) {
|
|||||||
"\n=== REDIS BUG REPORT END. Make sure to include from START to END. ===\n\n"
|
"\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"
|
" Please report the crash opening an issue on github:\n\n"
|
||||||
" http://github.com/antirez/redis/issues\n\n"
|
" http://github.com/antirez/redis/issues\n\n"
|
||||||
" Suspect RAM error? Use redis-server --test-memory to veryfy it.\n\n"
|
" Suspect RAM error? Use redis-server --test-memory to verify it.\n\n"
|
||||||
);
|
);
|
||||||
/* free(messages); Don't call free() with possibly corrupted memory. */
|
/* free(messages); Don't call free() with possibly corrupted memory. */
|
||||||
if (server.daemonize) unlink(server.pidfile);
|
if (server.daemonize) unlink(server.pidfile);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user