1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Crash handler may be not installed.

This commit is contained in:
Bartosz Taudul
2021-07-25 11:46:20 +02:00
parent 54fa21bcbb
commit 61c9e8e6d8
2 changed files with 14 additions and 7 deletions
+1
View File
@@ -817,6 +817,7 @@ private:
struct sigaction pwr, ill, fpe, segv, pipe, bus, abrt;
} m_prevSignal;
#endif
bool m_crashHandlerInstalled;
};
}