Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ GetStackTrace
Function
GetStackTrace
be/src/kudu/util/debug-util.cc:545–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
543
}
544
545
string GetStackTrace() {
546
string s;
547
google::glog_internal_namespace_::DumpStackTraceToString(&s);
548
return s;
549
}
550
551
string GetStackTraceHex() {
552
char buf[1024];
Callers
4
DangerousOperationThread
Function · 0.70
Collect
Method · 0.70
AddRef
Method · 0.70
Release
Method · 0.70
Calls
no outgoing calls
Tested by
1
DangerousOperationThread
Function · 0.56