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
Thank you for the report, I'll look into it. It's probably enough to force finishing up the initialization in set_runtime instead of keeping it in limbo until load is called.
With the update to delay the load of the runtime from 0.25 to 0.26 a deadlock occurs with following code
This is explicit a problem of the core clr. We did not see that with .NET FF.
We tracked it down to
clr-loader/clr_loader/hostfxr.py
Line 135 in a88b6a1
this function deadlocks the second time called if
clr-loader/clr_loader/hostfxr.py
Line 146 in a88b6a1
was not called before.
The text was updated successfully, but these errors were encountered: