Uh oh!
There was an error while loading. Please reload this page.
Fixes Event Log Message Format on Unmanaged FailFast - #63517
Conversation
ghost
commented
Jan 7, 2022
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
Uh oh!
There was an error while loading. Please reload this page.
danmoseley
commented
Jan 8, 2022
Being picky, it seems to me that This formats with %p, %p and %x respectively. A gotcha is %p prefixes |
danmoseley
commented
Jan 8, 2022
Test failure fix is in #63529 |
Silvenga
commented
Jan 10, 2022
@danmoseley - I updated the formats with |
Silvenga
commented
Jan 10, 2022
Unrelated, the crashes were caused by us 😭 - slight incompatibility with changes in the span implementation in .NET 6 😆. |
We observed the following event log messages:
We are still investigating the crashes, but in the meantime we noticed the message was a little off, this PR just fixes the fallback messages to match the newer versions in resources (assumed) to make the message read a bit nicer. 😸