Lockvoker: print contin vaddr in false-positive ack

This commit is contained in:
2025-09-29 19:46:44 -04:00
parent 0cf86cf18a
commit d32cb1ddac
+8 -4
View File
@@ -193,10 +193,14 @@ public:
if (removed)
{
std::cerr << "LockerAndInvoker::operator(): False positive gridlock "
"detection - continuation was being tracked but successfully "
"acquired all locks. This was likely due to timed delay, "
"long-running operation, or I/O delay." << std::endl;
std::cerr
<< "LockerAndInvoker::operator(): False positive "
"gridlock detection - continuation @"
<< serializedContinuation.get()
<< " was being tracked but successfully acquired all "
"locks. This was likely due to timed delay, "
"long-running operation, or I/O delay."
<< std::endl;
}
}
#endif