Skip to content

Process exits silently with FailFastException thrown in Thread::StaticInitialize #74432

@mwetzko

Description

@mwetzko

Hello,

with .NET 6.0.8 the following line

_ASSERTE_ALL_BUILDS(!AreCetShadowStacksEnabled() || UseSpecialUserModeApc());

throws a FailFastException when loaded by Chrome Browser:
image
image

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions