-
The Arcade build infrastructure fails to properly build due to our test infrastructure design. When run outside of "real" signed and packaged builds, everything works fine. Inside our real infrastru…
-
The symbol locator implementation was intentionally marked internal, but there still should be a way to set the symbol path other than setting _NT_SYMBOL_PATH. I also need to go do symbol resolution …
-
When trying to create runtime from self contained app minidump, like:
```
const string Dump = @"dump.13600.dmp";
using var target = DataTarget.LoadDump(Dump);
…
-
When running on Kubernetes, at the point of calling `DataTarget.CreateSnapshotAndAttach` on a different .NET process, I often (but not always) have the pod killed with OOMKilled. If I increase the mem…
-
On non-windows platforms the process and thread IDs may be pointer sized. Make them ulong instead of uint for compatibility.
-
- [ ] This issue is blocking
- [ ] This issue is causing unreasonable pain
**Repos we need signoff for SBOM generation**
| Repository | Owner | Status | Does this need sbom? | Notes |
…
-
Unhandled exception. System.IO.IOException: I/O error occurred when run sos command in lldb in the new build .net 6.0 image
~~~
Unhandled exception. System.IO.IOException: I/O error occurred.
at…
-
CentOS runs on the performance-ci are failing due to a type initializer exception. This can be seen in the pipeline here https://dev.azure.com/dnceng/public/_build/results?buildId=1838682&view=logs&jo…
-
Just wanted to let you know that watcher is writing the following exception into the output file when trying to run on macOS:
```
System.NotSupportedException: Passive attach is not supported on O…
-
I am finding that BenchmarkDotNet is not producing as optimized x86-64 code as what other tools are reporting. SharpLab, Fasmi, and Godbolt show that .NET 6 produces more optimized x86-64 than is bein…