[
https://issues.apache.org/jira/browse/IGNITE-23732?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900016#comment-17900016
]
Pavel Tupitsyn edited comment on IGNITE-23732 at 11/21/24 12:08 PM:
--------------------------------------------------------------------
*Workaround*: disable CET in the project file
{code}
<CETCompat>false</CETCompat>
{code}
https://learn.microsoft.com/en-us/dotnet/core/compatibility/interop/9.0/cet-support
Details - see *FAST_FAIL_SET_CONTEXT_DENIED* (corresponds to __fastfail()
status code: 0x0000000000000030) mentions in
https://windows-internals.com/cet-on-windows/
was (Author: ptupitsyn):
*Workaround*: disable CET in the project file
{code}
<CETCompat>false</CETCompat>
{code}
https://learn.microsoft.com/en-us/dotnet/core/compatibility/interop/9.0/cet-support
> .NET: Process crash during node startup on .NET 9 on Windows
> ------------------------------------------------------------
>
> Key: IGNITE-23732
> URL: https://issues.apache.org/jira/browse/IGNITE-23732
> Project: Ignite
> Issue Type: Bug
> Components: platforms
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Blocker
> Labels: .NET, important
> Fix For: 2.17
>
>
> *Ignition.Start()* crashes the process on .NET 9 on Windows
> * Works on .NET 8 on all OS
> * Works on .NET 9 on Linux
> {code}
> Process finished with exit code -1,073,740,791.
> {code}
> Environment:
> * Win 11 Home 23H2 build 22631.4460
> * .NET SDK 9.0.100
> * OpenJDK Runtime Environment Microsoft-10378222 (build 11.0.25+9-LTS)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)