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
prevent deadlock when releasing the jl_unique_gcsafe_lock causes gc (#56563)
Caught this by running threads test repeatedly locally: the sweep needs
to acquire engine_lock, so we need to make sure to release that first
(the other jl_unique_gcsafe_lock users shouldn't care about this
ordering since they don't acquire their locks during sweeping)
0 commit comments