MCPcopy Create free account
hub / github.com/HexHive/NASS / PrintStackTrace

Function PrintStackTrace

fuzz/libfuzzer/FuzzerUtil.cpp:207–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void PrintStackTrace() {
208 std::unique_lock<std::mutex> l(SymbolizeMutex, std::try_to_lock);
209 if (EF->__sanitizer_print_stack_trace && l.owns_lock())
210 EF->__sanitizer_print_stack_trace();
211}
212
213void PrintMemoryProfile() {
214 std::unique_lock<std::mutex> l(SymbolizeMutex, std::try_to_lock);

Callers 7

MallocHookFunction · 0.85
FreeHookFunction · 0.85
HandleMallocMethod · 0.85
CrashCallbackMethod · 0.85
ExitCallbackMethod · 0.85
AlarmCallbackMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected