Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetStackTraceHex
Function
GetStackTraceHex
be/src/kudu/util/debug-util.cc:551–555 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
549
}
550
551
string GetStackTraceHex() {
552
char buf[1024];
553
HexStackTraceToString(buf, 1024);
554
return buf;
555
}
556
557
void HexStackTraceToString(char* buf, size_t size) {
558
StackTrace trace;
Callers
1
FileCacheTest
Method · 0.85
Calls
1
HexStackTraceToString
Function · 0.85
Tested by
1
FileCacheTest
Method · 0.68