Lockvoker: print contin vaddr in false-positive ack
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user