On 8/19/22 01:46, Jakub StaroĊ (@js6pak) wrote:
CoreCLR since .NET 6 (https://github.com/dotnet/runtime/pull/65490) started using `CopyContext` on x86 in it's [RestoreContextSimulated](https://github.com/dotnet/runtime/blob/55fb7ef977e7d120dc12f0960edcff0739d7e...), which broke wine support. I'm not completely sure why, but I don't think its worth fixing as it's just a workaround anyways.
It is interesting what's wrong with CopyContext. Is there any app which reproduces the issue?