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
71914387
Unverified
Commit
71914387
authored
Jan 12, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Jan 12, 2018
Browse files
Merge pull request #4586 from gnuhpc/fix-crashlog-typo
Fix a typo(maybe instruction?) in crash log
parents
db7bd6fd
36e71b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/debug.c
View file @
71914387
...
...
@@ -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