Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ logStackTrace
Function
logStackTrace
src/fastlock.cpp:73–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
#ifdef HAVE_BACKTRACE
72
#include <ucontext.h>
73
__attribute__((weak)) void logStackTrace(void *, int) {
74
printf(
"\tFailed to generate stack trace\n"
);
75
}
76
#endif
77
78
extern int g_fInCrash;
Callers
1
printTrace
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected