MCPcopy 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
545string GetStackTrace() {
546 string s;
547 google::glog_internal_namespace_::DumpStackTraceToString(&s);
548 return s;
549}
550
551string GetStackTraceHex() {
552 char buf[1024];

Callers 4

DangerousOperationThreadFunction · 0.70
CollectMethod · 0.70
AddRefMethod · 0.70
ReleaseMethod · 0.70

Calls

no outgoing calls

Tested by 1

DangerousOperationThreadFunction · 0.56