Open NinoFloris opened 4 years ago
Could be that clrmd is unable to read anything from the process. Updating to latest 1.x or trying 2.x could possibly fix that https://www.nuget.org/packages/Microsoft.Diagnostics.Runtime/
I've ported BDN to use ClrMd2 (https://github.com/dotnet/BenchmarkDotNet/pull/2040) but I was not able to get macOS support: https://github.com/microsoft/clrmd/issues/1034
It seems that attaching a debugger to another process requires a lot of work on macOS: http://os-tres.net/blog/2010/02/17/mac-os-x-and-task-for-pid-mach-call/
Cross platform disassembler doesn't output anything on macOS
Details: .net core 5.0 preview 6, BDN 0.12.1 (which should have xplat support)
For a benchmark like
BDN returns
This does not seem to be an F# issue, a quick port of this benchmark to C# bore no fruit either.