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
Concurrent GC uses recursive Crst and does rely on reentrancy when scanning handles asynchronously.
NativeAOT ignores the CRST_REENTRANCY and just uses the default for the given platform. On Unix the pthread default is not recursive, thus BGC, if enabled, occasionally deadlocks.