Uh oh!
There was an error while loading. Please reload this page.
Disable failing ToString_Async test on Apple mobile with CoreCLR R2R and interpreter - #124037
Conversation
There was a problem hiding this comment.
Pull request overview
This PR fixes a garbage collection protection bug in the AsyncHelpers_AddContinuationToExInternal function by adding GCPROTECT_BEGIN and GCPROTECT_END around the call to StackTraceInfo::AppendElement. This function was introduced in PR #122722 which implemented runtime-async exception stack trace collection.
Changes:
- Added GCPROTECT for the exception object reference in
AsyncHelpers_AddContinuationToExInternalto prevent crashes from GC moving the object during stack trace appending - Removed trailing whitespace from multiple lines throughout the file for code formatting consistency
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jkotas
commented
Feb 6, 2026
/ba-g Unrelated tvos crash with no actionable details "App terminated due to signal 11" |
Uh oh!
There was an error while loading. Please reload this page.
…and interpreter (dotnet#124037) ## Description This PR disables failing test ToString_Async on Apple mobile. Tracking issue dotnet#124044 --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
…and interpreter (dotnet#124037) ## Description This PR disables failing test ToString_Async on Apple mobile. Tracking issue dotnet#124044 --------- Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Description
This PR disables failing test ToString_Async on Apple mobile.
Tracking issue #124044