Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
a5b6bc2b
Commit
a5b6bc2b
authored
Jan 12, 2018
by
antirez
Browse files
Merge branch 'unstable' of github.com:/antirez/redis into unstable
parents
2f8476df
71914387
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
a5b6bc2b
...
@@ -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 inst
r
uction at: %p", eip);
}
}
if (sig == SIGSEGV || sig == SIGBUS) {
if (sig == SIGSEGV || sig == SIGBUS) {
serverLog(LL_WARNING,
serverLog(LL_WARNING,
...
...
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