diagnostics icon indicating copy to clipboard operation
diagnostics copied to clipboard

This repository contains the source code for various .NET Core runtime diagnostic tools and documents.

Results 260 diagnostics issues
Sort by recently updated
recently updated
newest added

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

enhancement
dotnet-sos

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

enhancement
question
dotnet-trace

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

enhancement
question
diagnostic global tooling

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

enhancement
engineering
testing

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

enhancement
dotnet-dump

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

enhancement
dotnet-counters

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

enhancement

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

enhancement

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

enhancement
dotnet-dump

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

enhancement