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
Related to dotnet/corert#6512. I think the type loader should ignore the Pack directive and align byref fields as pointers; similar to what it does for regular objref fields.
Repro:
dotnet run -c Release
Actual result: Prints ERRORs or crashes during GC within seconds
Expected result: Runs forever without error
The text was updated successfully, but these errors were encountered: