-
The ClrArray type should provide methods to get the item at a given index, being a reference type or a value type. As of today, only the former is possible (but broken) with GetObjectValue().
The C…
-
I guess there no Mono or Unity3d support?
it crashes on opening dump with null exception
-
I would like to run the tests, in order to contribute to the Utilities project.
After cloning the project, I restored and built the binaries successfully, but running the test batch fails.
Other tes…
-
The new data readers in ClrMD currently have a concurrency issue which causes some memory leaks under extremely heavy load. This seems to happen primarily when ClrMD is used from multiple threads, wi…
-
In the documentation of [Enumerating all types](https://github.com/microsoft/clrmd/blob/master/doc/TypesAndFields.md), it talks about GCHeap.EnumerateTypes.
What did it translate to in v2?
Few mo…
-
The following is the code found in [ModuleInfo.GetPEImage](https://github.com/microsoft/clrmd/blob/e37d17c4a4189cdf50c8432ea33a27007604b4cf/src/Microsoft.Diagnostics.Runtime/src/Common/ModuleInfo.cs#L…
-
When we set `COMPlus_legacyCorruptedStateExceptionsPolicy` environment variable to 1, we expect to catch AccessViolationException in .net core program. It's not working in case of StructureToPtr (some…
-
This is a reminder to revisit all exception throws within ClrMD and see if there's a more appropriate exception/add more detailed message and data.
-
version: 2.0.0-beta.20273.1
code example:
```csharp
var query = from obj in Heap.EnumerateObjects()
where
obj.IsValidObject
&& obj.Type.EnumerateInter…
Ne4to updated
4 years ago
-
example: https://ci.dot.net/job/dotnet_corefx/job/master/job/windows_nt_release_prtest/3795/
```
System.Data.SqlClient.Tests.DiagnosticTest.ConnectionOpenTest [FAIL]
Timed out after …