-
When using .NET core, COMPLUS_BuildFlavor=SVR -> COMPlus_gcServer=1
And just a heads up, GC.KeepAlive might be outsmarted by the .NET core GC, Foos in the dumps are disappearing themselves. I tried…
-
I disabled the !gcroot source tests because ClrMD doesn't have the right info for single file. I'm working on that later this week, but filing this bug against myself to make sure I don't forget.
-
There are various single file issues that need to be fixed in SOS/dotnet-dump:
- [x] dotnet-dump doesn't work on Linux system generated single file core dumps (createdump doesn't work for single fi…
-
Since this command will use CLRMD, it will depend on issue https://github.com/dotnet/diagnostics/issues/158.
-
CLRMD doesn't seem to take alignment into account, whereas SOS (at least on older versions of the CLR) seems to take it into account. Consider reporting sizes with alignment. On x86 -- SOH is 4-byte a…
-
### Description
I updated the _Microsoft.Diagnostics.Runtime_ from `3.0.0-beta.23214.4` to `3.1.456101` and the following code:
```csharp
var dataTarget = DataTarget.LoadDump(pathToDump);
var …
-
`dynamic` is nice, but having a typed object would be much better when possible (type safety, inteliisense, etc). I propose a method with the following signature:
```cs
T GetTypedObject(this ClrObje…
-
Use Sigstore to sign build artifacts generated in CI, providing provenance for release artifacts and runtime assets. This is essentially a tamper-proof way of verifying that an artifact was actually b…
-
I am testing dotnet-dump analyzer on Tizen emulator (x86, qemu based) in order to investigate x86 coredumps. Accordinately to ```diagnostics``` and ```clrmd``` docs, x86 are supported (```both x86 and…
-
OS: Ubuntu 20.04 (works fine on Windows 10)
ClrMD version: 1.x and 2.x
.NET: 5.0.0
Code (1.x):
```
using (var dataTarget = DataTarget.AttachToProcess(processId, attachTimeout, AttachFlag.Passiv…