-
### Background and motivation
There are several scenarios where it's useful to create an `ImmutableArray` value over an existing array that's been pre-populated, which the caller owns. But, there i…
-
### Description
I'm trying to use `lldb` with `sos` to debug a minidump created with crashpad. Everything (build, crash and debug the app) is happening on the same machine (macOS 10.15.7).
I…
-
Hello,
I have a singleton StreamManager using only a small pool in blocks of 128K (our pattern of usage)
Ver. 2.2.1 . moving to 2.3.2 .
Our code is in a net standard 2.0 library refere…
-
When dumping a `ClrObject`, and one of the fields is a Value type, one can use `TryReadValueTypeField` with the field name to get the `ClrValueType` from the field. The instance of `ClrValueType` prov…
-
The most common feature request in reflection, with 100+ upvotes, is to add support for equivalent `AssemblyBuilder.Save()` functionality. Since this exists in .NET Desktop, some consider this an adop…
-
[NativeAOT](https://github.com/dotnet/runtimelab/tree/8e81d3a5bfd7639a197b51a1f65fcbba129d3b5f/samples/NativeLibrary) is slowly becoming mature, and is planned to be released with .NET 7. I believe th…
-
Hi,
Disclaimer: I'm not a dotnet developper, merely a sysadmin which is trying to debug.
I have a donet ASPCore app that I need to profile because I suspect a memory leak.
The original docker…
-
The equivalent of #690 is needed for osx-arm64
https://github.com/microsoft/clrmd/blob/a2c23aa4525a237d33e84fcfbfb5d02215797db4/src/Microsoft.Diagnostics.Runtime/src/Utilities/Platform/MacOSFuncti…
-
Using nuget package Microsoft.Diagnostics.Runtime 2.2.332302
I have a test that's failing in Azure Pipelines with the following callstack:
```
at System.Runtime.InteropServices.Marshal.ThrowExcepti…
-
In the same debugging session as https://github.com/microsoft/clrmd/issues/1038 @Maoni0 and I applied a fix for 1038 locally attempting to get further, but we hit a 2nd issue. When the DAC tries to lo…