test for weirder deadlocks

This commit is contained in:
Fabian Posch 2025-02-02 22:24:04 +01:00
parent d5133e3eaa
commit 7505af9c43

View file

@ -241,6 +241,8 @@ bool LogParser::check_busy_deadlock() {
std::to_string(reference->get_size()) +
", ours is " + std::to_string(artifact->get_size())
);
this->artifact->set_fault_deadlock(true);
std::cout << "Killing busy deadlock" << std::endl;
return true;
}