Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3422
std::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_impl
Function · 0.85
Trace.cpp
File · 0.85
crashHandler
Function · 0.85
hugeArenaSample
Function · 0.85
recordAllocation
Function · 0.85
TrackIt
Method · 0.85
TrackIt
Class · 0.85
Calls
2
raw_backtrace
Function · 0.85
format_backtrace
Function · 0.85
Tested by
no test coverage detected