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
// - Temporarily disabling usage of pthread process-shared mutexes on ARM/ARM64 due to functional issues that cannot easily be
// detected with code due to hangs. See https://github.com/dotnet/runtime/issues/6014.
There still appear to be some supported Linux distro versions that use a glibc version less than 2.24. This issue is to track removing the workaround above once all supported distros start using glibc 2.24 or greater. Also need to ensure that the use cases in [ARM/Linux] paltest_namedmutex_test1 hangs #6014 are not affected.
runtime/src/coreclr/pal/src/include/pal/mutex.hpp
Lines 123 to 124 in fdcedd8