You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have customer of our app reporting the following issue:
VERBOSE: [05/29/2024 13:15:36] Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Microsoft.Diagnostics.Runtime.Utilities.PEImage.DoRead(Int32& offset, Span`1 dest)
at Microsoft.Diagnostics.Runtime.DacInterface.DacDataTarget.ReadVirtual(ClrDataAddress cda, IntPtr buffer, Int32 bytesRequested, Int32& bytesRead)
at Microsoft.Diagnostics.Runtime.DacInterface.DacDataTargetCOM.IDacDataTargetVtbl.ReadVirtual(IntPtr self, UInt64 address, IntPtr buffer, Int32 bytesRequested, Int32* pBytesRead)
Have customer of our app reporting the following issue:
VERBOSE: [05/29/2024 13:15:36] Unhandled exception. System.IndexOutOfRangeException: Index was outside the bounds of the array.
at Microsoft.Diagnostics.Runtime.Utilities.PEImage.DoRead(Int32& offset, Span`1 dest)
at Microsoft.Diagnostics.Runtime.DacInterface.DacDataTarget.ReadVirtual(ClrDataAddress cda, IntPtr buffer, Int32 bytesRequested, Int32& bytesRead)
at Microsoft.Diagnostics.Runtime.DacInterface.DacDataTargetCOM.IDacDataTargetVtbl.ReadVirtual(IntPtr self, UInt64 address, IntPtr buffer, Int32 bytesRequested, Int32* pBytesRead)
The dump was created via https://github.com/dotnet/dotnet-monitor/blob/main/documentation/api/dump.md.
(Dotnet Monitor).
Potentially it is not a full dump?
We are using version 3.0.442202 of CLR md.
The text was updated successfully, but these errors were encountered: