Lockvoker: print contin vaddr in false-positive ack
This commit is contained in:
@@ -193,10 +193,14 @@ public:
|
|||||||
|
|
||||||
if (removed)
|
if (removed)
|
||||||
{
|
{
|
||||||
std::cerr << "LockerAndInvoker::operator(): False positive gridlock "
|
std::cerr
|
||||||
"detection - continuation was being tracked but successfully "
|
<< "LockerAndInvoker::operator(): False positive "
|
||||||
"acquired all locks. This was likely due to timed delay, "
|
"gridlock detection - continuation @"
|
||||||
"long-running operation, or I/O delay." << std::endl;
|
<< 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
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user