-
Hello, I tried to attach gummycat to an aot compiled app (with eventsource enabled).
But it crash while trying to create runtime here :
`var runtime = dataTarget.ClrVersions[0].CreateRu…
-
Hi,
If I run LiveStacks against a .NET Core app I don't get any callstacks. If the dotnet process has a pid of 11108 and I run .\LiveStacks.exe -p 11108 I get:
Ctrl+C pressed, stopping...
2:39:…
-
### Description
I had a custom lldb command written in python that calls clrstack on all threads listed by clrthreads. The command stopped working after I updated dotnet-sos to 7.0.410101 (it's sti…
-
### Description
In order to properly debug a crash dump generated by single-file exes, we need more data from the executable's PE image. Specifically we need to read the export table to know if an…
-
This was working for me in .NET 5. A simple program can show the problem:
```
using Microsoft.Diagnostics.Runtime;
using System;
using System.Diagnostics;
using System.Linq;
namespace ClrMDT…
-
Hello, I would like to automate some diagnostics by programmatically issuing commands and getting back the results.
From the codebase I see the final string is created at SOS level and not in dotnet-…
-
HI, I need to integrate with c# / Any known package? or this library can be integrated with c#
-
## Repro Steps:
1. On a recent Mac, recreate [the hashing benchmark in the getting started docs](https://benchmarkdotnet.org/articles/guides/getting-started.html).
2. Add the `[DisassemblyDiagnoser]a…
-
Cross platform disassembler doesn't output anything on macOS
Details: .net core 5.0 preview 6, BDN 0.12.1 (which should have xplat support)
For a benchmark like
```fs
open BenchmarkDotNet.A…
-
under Memory>Modules, we can view DLLs...
but when right click on any item in the list, it only shows: "Copy selected rows".
so, is there any way, and if so, an example - how to get dll to write…