Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a7e66f80
Commit
a7e66f80
authored
Mar 18, 2012
by
antirez
Browse files
On crash suggest to give --test-memory a try.
parent
ae92e6dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/redis.c
View file @
a7e66f80
...
@@ -1904,8 +1904,9 @@ static void sigsegvHandler(int sig, siginfo_t *info, void *secret) {
...
@@ -1904,8 +1904,9 @@ static void sigsegvHandler(int sig, siginfo_t *info, void *secret) {
redisLog
(
REDIS_WARNING
,
redisLog
(
REDIS_WARNING
,
"=== REDIS BUG REPORT END. Make sure to include from START to END. ===
\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
"
);
);
/* 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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment