Mike McLaughlin

Results 61 comments of Mike McLaughlin

> @mikem8361 The underlying issue here is scanning every file for an export. There can be thousands of modules loaded, and we'll try to touch the symbol server for every...

Juan has covered the issues here. We really can't support the current symbol uploader going forward especially for authentication,

Those commands like gctonative currently only work under windbg/cdb. I think they will work for Linux core dumps under windbg, too.

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...

The unwind info dump generator changes also went into 6.0.9 service release I think. It hasn't been officially released yet, but it will be soon.

Would you mind adding the "--diag" option to your dotnet-dump collect command? It produces a log to your app's console that you will need to capture.

You may have already down this, but one way to test this end to end (at for downloading), is the run all the diagnostics repo tests on Windows with test.cmd....

I think it will work. If SOS is running on x64 (either real or emulated), both SOS_TARGET_AMD64 and SOS_TARGET_ARM64 are defined so putting the checks for those two processor types...