Hello,
with .NET 6.0.8 the following line
|
_ASSERTE_ALL_BUILDS(!AreCetShadowStacksEnabled() || UseSpecialUserModeApc()); |
throws a FailFastException when loaded by Chrome Browser:


This does only occur on some computers where the OS does not matter (occurs on both Win10 and Win11). Having 2 PCs with Windows 11, same Chrome browser version installed, one does work, the other crashes.
It looks like coreclr.dll is not Intel CET (Control-flow Enforcement) compatible, because the PC where it is working, CET is off, the PC where it is crashing, CET is on.
Hello,
with .NET 6.0.8 the following line
runtime/src/coreclr/vm/threads.cpp
Line 8218 in 916876d
throws a FailFastException when loaded by Chrome Browser:


This does only occur on some computers where the OS does not matter (occurs on both Win10 and Win11). Having 2 PCs with Windows 11, same Chrome browser version installed, one does work, the other crashes.
It looks like coreclr.dll is not Intel CET (Control-flow Enforcement) compatible, because the PC where it is working, CET is off, the PC where it is crashing, CET is on.