Sam Williams
Sam Williams
We're still seeing this problem on .NET 8 with NUnit 4.1.0. Is a fix on the roadmap? 🙂 Any test file with `Explicit` in there is pretty borked in different...
Sorry for the slow response here. Good to hear we're not the only ones seeing this @taylorjonl! @MichalPetryka we tried the old GC setting but unfortunately no dice, the memory...
> It could also be related to this issue if its a continuous memory growth: #95362. Are you able to collect some GCCollectOnly traces so we can diagnose further? @mangod9...
> Maybe it's W^X or #95362 like mentioned before. Can you try `export DOTNET_EnableWriteXorExecute=0`? @MichalPetryka we gave disabling W^X a go today and unfortunately no difference. Is there a nightly...
> [snip] > > To try to figure out the culprit, it would be helpful to take a dump of the running process at a point when it has already...
> For .NET 9 daily build testing, install script can be used as follow: > Thanks @am11. Looking at https://github.com/dotnet/runtime/pull/95362 it looks like this fix was backported to .NET 8,...