You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As originally report at cms-sw/cmssw#47287 (comment),
there is a race condition in the setting of TClass::fStreamerImpl for emulated classes. For those class
the TClass property are not final (they can be updated from 'new' information coming from the interpreter
and the current implementation of the check if this update is needed has a race condition that leads to
the use of the wrong StreamerImpl in some (rare) cases as seen in the original report.