Open kevingosse opened 1 year ago
Those commands like gctonative currently only work under windbg/cdb. I think they will work for Linux core dumps under windbg, too.
Thanks. Is there a plan to support them in dotnet-dump soon? If not, it may be worth adding a more explicit error message.
On the next tools/SOS release the error message will be a lot more informative.
I'm going to mark this as enhancement/9.0 to implement IMemoryRegionService on Linux/OSX for the gctonative (and other commands that require it).
I tried the
gctonative
command in dotnet-dump (which was introduced recently I believe?) and it fails with this message:This is a Linux/.NET 6 core dump. I tried opening in Linux and Windows, without any success.