diagnostics
diagnostics copied to clipboard
This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
Inspecting the value of a thread static field of the generic class is failing with the following AV (which is then swallowed and show nothing) ``` 00 0000001d`ff0fb4e0 00007fff`5710e41d mscordaccore!__TPtrBase::GetAddr+0xb...
In production, one typically has a focused suspect area to investigate. Tracing in a busy/noisy production environment would be far more very productive if we could express "trace from `Product.Module.SuspectMethod`...
Is there a way I could use the diagnostics global tools (or its functionality) at runtime in a deployed application for self-diagnosing or to generate a problem report? Is there...
With https://github.com/dotnet/runtime/pull/33200 we should be able to get events from runtime startup. This work item tracks adding tests for this feature. This includes: - Write the tests that use the...
There have been many requests for not requiring the SYS_PTRACE capability on docker containers when generating a coredump. This issue tracks our investigation. /cc: @josalem
When trying to run `dotnet-counters collect`, it appears that it's only wired to run in the foreground, waiting for a key press to terminate. Otherwise, I've been getting the following...
In .NET 5 we added instrumentation to some of our networking APIs, but we need to keep going and audit for other IO to ensure we have coverage across the...
We heard from a customer that they wanted to quickly put a side-container into a pre-existing environment and run diagnostics tools from it. Needing to mount a shared filesystem location...
The dotnet-dump host should add the coredump location directory to the symbol search path for both searching the DAC/DBI modules and for managed assembly modules for getting the metadata when...
There should be an integration point between the SOS plugin and Visual Studio. The [Concord API](https://github.com/microsoft/ConcordExtensibilitySamples) seems to have an extensive surface area that at first glance appears capable of...