diagnostics
diagnostics copied to clipboard
This repository contains the source code for various .NET Core runtime diagnostic tools and documents.
This pull request updates the following dependencies [marker]: (Begin:6d3f346d-45bf-4275-0e83-08d8e40a189f) ## From https://github.com/dotnet/arcade - **Subscription**: 6d3f346d-45bf-4275-0e83-08d8e40a189f - **Build**: 20240429.1 - **Date Produced**: April 30, 2024 12:14:55 AM UTC - **Commit**: be933308b9024d798a9a22c0b8f3c8e3616ffbd8...
The exit code of `dotnet-symbol` should be non-zero when it encounters an error. Example: ``` $ cat /foo/bar cat: /foo/bar: No such file or directory $ echo $? 1 $...
Currently, `ELFFileKeyGenerator.GetKeys` generates the `elf-buildid-sym-` prefixed key for ELF unstripped binaries. According to the [SSQP entry on elf images](https://github.com/dotnet/symstore/blob/main/docs/specs/SSQP_Key_Conventions.md), > The ELF format files indexed with the ELF-buildid suffix are...
This pull request updates the following dependencies [marker]: (Begin:a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f) ## From https://github.com/dotnet/runtime - **Subscription**: a9fe20fc-c5cb-441c-a7ce-08dc4e3fac2f - **Build**: 20240429.18 - **Date Produced**: April 30, 2024 9:32:36 AM UTC - **Commit**: 333fb71d54bd84256e740aa08f8b836d4cd71d98...
This pull request updates the following dependencies [marker]: (Begin:e96c3e1a-afbc-49f7-37c9-08dc4e3803cb) ## From https://github.com/dotnet/aspnetcore - **Subscription**: e96c3e1a-afbc-49f7-37c9-08dc4e3803cb - **Build**: 20240503.15 - **Date Produced**: May 4, 2024 12:35:50 AM UTC - **Commit**: 7d80e70d6e16e3d82a6315798d4d8a74813e0c61...
### Description centos 8 and .net core 8.0.452401 execute a sos command throw this error Error: Fail to create host ldelegate 80070002 ### Reproduction Steps i have used dotnet-dump to...
This change supports collecting GCSettingsEvent for gc-collect profile. The change will work for both dotnet-trace and dotnet-monitor. The depends on the underlying mechanism built in https://github.com/dotnet/runtime/pull/101189
hello guys, i try to understand whats seem to be a memory leak on my .net 8.0 blazor server app. The context : at least on one client, the memory...
### Description Trying out `dotnet-counters` with a service built using .NET8. The `System.Runtime` counters are showing, but the `AspNetCore.Hosting` are not. Or, maybe they are showing but there are not...
This pull request updates the following dependencies [marker]: (Begin:638f1194-0c1a-4d47-eb59-08d8e4d5099b) ## From https://github.com/dotnet/installer - **Subscription**: 638f1194-0c1a-4d47-eb59-08d8e4d5099b - **Build**: 20240429.2 - **Date Produced**: April 29, 2024 10:01:43 AM UTC - **Commit**: d301a122c4f9d017cdc3a506f831e2edfc124ea7...