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
We see some very rare crashes where the stack is too small to support
the WIL message formatting of `THROW_HR_MSG`. This change attempts to
mitigate that through a few targeted reductions in stack usage (doesn't
get a lot but these were the only high ROI locations found) and by
probing the remaining stack to decide whether to include the exception
message or not on the throw.
0 commit comments