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
2e0d2414
Commit
2e0d2414
authored
Jan 09, 2018
by
gnuhpc
Committed by
antirez
Jan 18, 2018
Browse files
Fix a typo(maybe instruction?) in crash log
parent
9f7e214e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
2e0d2414
...
@@ -1030,7 +1030,7 @@ void sigsegvHandler(int sig, siginfo_t *info, void *secret) {
...
@@ -1030,7 +1030,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