Jan Vorlicek
Jan Vorlicek
.NET Framework was logging managed stack trace of access violations that happened in external native code in the event log. .NET core only logs the address and error code of...
There were couple of minor issues that prevented successful building of x64 macOS runtime on arm64 macOS device. This change fixes them. Close #74973
The dynamic helpers are reported with `MethodFlags.JitHelper`. Events with this flag were ignored by `PerfView` before this change. This fixes at least part of https://github.com/dotnet/runtime/issues/88938.
To eliminate global spinlock in stack trace saving to exceptions, the format of the stack trace storage has changed. The `_stackTrace` array can now be either a `byte[]` with the...