Skip to content

Apply the workaround for CET suggested by Microsoft on JCOBridge #7

@masesdevelopers

Description

@masesdevelopers

Locally the tests works well however on GitHub they fails, after added extra dump features on #574 using procdump under windows runners we got a strange message:
image
Searching for the meaning of FAST_FAIL_SET_CONTEXT_DENIED, a recent article was found: https://ptupitsyn.github.io/Ignite-on-NET-9/
As stated the CET is enabled by default: https://learn.microsoft.com/en-us/dotnet/core/compatibility/interop/9.0/cet-support.
In local tests maybe the CET feature is not enabled (shall be checked better), however GitHub maybe enable it by default: try to add <CETCompat>false</CETCompat> when compiling tests for .NET 9.

Another source for the problem is dotnet/runtime#109682

Originally posted by @masesdevelopers in masesgroup/JNet#573 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions