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
As noted in dotnet/runtime#72142, sometimes Windows ARM64 machines get into a state where every process started by the Helix client gets STATUS_DLL_INIT_FAILED (-1073741502)
To make things better for our users we should
Introduce a final "exit code" message by default in the work item
If the machine is a windows machine and the exit code is -1073741502, we should use existing functionality to cause a machine reboot post test- this seems to unblock the problem immediately.