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
36e71b88
Commit
36e71b88
authored
Jan 09, 2018
by
gnuhpc
Browse files
Fix a typo(maybe instruction?) in crash log
parent
0b561883
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
36e71b88
...
...
@@ -1027,7 +1027,7 @@ void sigsegvHandler(int sig, siginfo_t *info, void *secret) {
"Redis %s crashed by signal: %d"
,
REDIS_VERSION
,
sig
);
if
(
eip
!=
NULL
)
{
serverLog
(
LL_WARNING
,
"Crashed running the instuction at: %p"
,
eip
);
"Crashed running the inst
r
uction at: %p"
,
eip
);
}
if
(
sig
==
SIGSEGV
||
sig
==
SIGBUS
)
{
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