We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2206ee5 commit 9a65c2aCopy full SHA for 9a65c2a
core/metacling/src/TCling.cxx
@@ -8482,6 +8482,7 @@ void TCling::ForgetMutexState()
8482
8483
void TCling::ApplyToInterpreterMutex(void *delta)
8484
{
8485
+ R__ASSERT(!fInitialMutex.empty() && "Inconsistent state of fInitialMutex!");
8486
if (gInterpreterMutex) {
8487
if (delta) {
8488
auto typedDelta = static_cast<TVirtualRWMutex::StateDelta *>(delta);
0 commit comments