Hi Remco,
The memory consumption is pretty low, it's a small project with 15 tests. I have tried x64 test runner and the problem is still there.
I have also tried to run tests with debugger and I don't see any exceptions.
To investigate further, I have used process explorer tool and noticed the following:
When running tests, EngineHost x64 launches dotnet.exe, which then crashes (WerFault.exe child process appears). I have checked windows logs and found this info on the crash:
Faulting application name: dotnet.exe, version: 2.0.25521.1, time stamp: 0x597139df
Exception code: 0x80131623 (COR_E_FAILFAST)
Fault offset: 0x00007ff8e316199f
P1: C:\Program Files\dotnet\dotnet.exe
P2: 2.0.25521.1
P3: 597139df
P4: Attache.Online.ConfigTool.DotNetCore
P5: 1.0.0.0
P6: 59fa4f41
P7: 111
P8: 4a
P9: FatalError
Interestingly enough, when I reset ncrunch or re-launch VS and run the tests, dotnet.exe still crashes, yet ncrunch reports that all tests are OK.
Also, I found out that tests start working when I rebuild the solution.
Regards,
Alex