mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 04:51:32 +00:00
all the stack trace related functions are now in debug.c. Now Redis dumps registers and stack content on crash. Currently osx supported, adding Linux right now.
This commit is contained in:
@ -1161,5 +1161,6 @@ void _redisAssert(char *estr, char *file, int line);
|
||||
void _redisPanic(char *msg, char *file, int line);
|
||||
void bugReportStart(void);
|
||||
void redisLogObjectDebugInfo(robj *o);
|
||||
|
||||
void sigsegvHandler(int sig, siginfo_t *info, void *secret);
|
||||
sds genRedisInfoString(char *section);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user