Crash guard: prevent loading of preset if it has caused crashes.

This commit is contained in:
Robin E. R. Davies
2025-07-21 12:09:27 -04:00
parent b60fbd18f0
commit 7f8b272504
8 changed files with 211 additions and 12 deletions
+2
View File
@@ -38,6 +38,7 @@
#include <stdexcept>
#include "ss.hpp"
#include "SchedulerPriority.hpp"
#include "CrashGuard.hpp"
#include "CpuUse.hpp"
@@ -287,6 +288,7 @@ namespace pipedal
bool ok = true;
CrashGuardLock crashGuardLock;
while (true)
{