MCPcopy Create free account
hub / github.com/apple/foundationdb / get_backtrace

Function get_backtrace

flow/Platform.actor.cpp:3422–3426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3420}
3421
3422std::string get_backtrace() {
3423 void* addresses[50];
3424 size_t size = raw_backtrace(addresses, 50);
3425 return format_backtrace(addresses, size);
3426}
3427} // namespace platform
3428#else
3429

Callers 7

internal_error_implFunction · 0.85
Trace.cppFile · 0.85
crashHandlerFunction · 0.85
hugeArenaSampleFunction · 0.85
recordAllocationFunction · 0.85
TrackItMethod · 0.85
TrackItClass · 0.85

Calls 2

raw_backtraceFunction · 0.85
format_backtraceFunction · 0.85

Tested by

no test coverage detected