test for weirder deadlocks
This commit is contained in:
parent
d5133e3eaa
commit
7505af9c43
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue