https://bugs.winehq.org/show_bug.cgi?id=52396
--- Comment #7 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 72047 --> https://bugs.winehq.org/attachment.cgi?id=72047 patch against current git
I found this actually works (is fixed) in Glorious Eggroll`s wine-ge-custom (https://github.com/GloriousEggroll/wine-ge-custom)
Suspecting the problem to be in ntdll/signal_x86_64.c I just copied over that file from wine-ge-custom to current git, and that fixes the bug. Now 64-bit dotnet core 6 works as expected and also 64 bit Powershell Core (>7,2) doesn't crash anymore.
I don`t know whose patch it is, or if it is a combination of patches but my guess is, it`s from Paul Gofman, so maybe he could shed a light on this bug?