IgGusev commented on code in PR #11677: URL: https://github.com/apache/ignite/pull/11677#discussion_r1853690174
########## docs/_docs/net-specific/net-troubleshooting.adoc: ########## @@ -177,3 +177,29 @@ NativeLibrary.SetDllImportResolver( (lib, _, _) => lib == "libcoreclr.so" ? (IntPtr) (-1) : IntPtr.Zero); ---- -- + +=== .NET 9: Process exited with code -1073740791 (0xc0000409) + +Caused by Intel CET (Control-flow Enforcement Technology) being link:https://learn.microsoft.com/en-us/dotnet/core/compatibility/interop/9.0/cet-support[enabled by default for .NET 9 assemblies]. +Ignite starts a JVM in-process, which is incompatible with CET. + +More details: + +* link:https://learn.microsoft.com/en-us/dotnet/core/compatibility/9.0[Breaking changes in .NET 9] +* link:https://windows-internals.com/cet-on-windows/[CET Internals in Windows] +* link:https://ptupitsyn.github.io/Ignite-on-NET-9/[Blog: Ignite on .NET 9] + +==== Fix Review Comment: This is still more of a workaround, lets call it that. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org