CI: save a minidump if it hangs on shutdown

This commit is contained in:
SChernykh
2024-07-20 12:49:00 +02:00
parent ce6553863a
commit 37bf8554fc
5 changed files with 33 additions and 2 deletions

View File

@@ -358,6 +358,7 @@ FORCEINLINE bool get_dns_txt_records(const std::string& host, T&& callback) { re
#ifdef DEV_TRACK_MEMORY
void show_top_10_allocations();
void minidump_and_crash(size_t delay);
#endif
} // namespace p2pool