Commit a5b6bc2b authored by antirez's avatar antirez
Browse files

Merge branch 'unstable' of github.com:/antirez/redis into unstable

parents 2f8476df 71914387
...@@ -1027,7 +1027,7 @@ void sigsegvHandler(int sig, siginfo_t *info, void *secret) { ...@@ -1027,7 +1027,7 @@ void sigsegvHandler(int sig, siginfo_t *info, void *secret) {
"Redis %s crashed by signal: %d", REDIS_VERSION, sig); "Redis %s crashed by signal: %d", REDIS_VERSION, sig);
if (eip != NULL) { if (eip != NULL) {
serverLog(LL_WARNING, serverLog(LL_WARNING,
"Crashed running the instuction at: %p", eip); "Crashed running the instruction at: %p", eip);
} }
if (sig == SIGSEGV || sig == SIGBUS) { if (sig == SIGSEGV || sig == SIGBUS) {
serverLog(LL_WARNING, serverLog(LL_WARNING,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment