threads deadlock caught locally: missing safe region in _jl_mutex_wait #56638
Labels
backport 1.11
Change should be backported to release-1.11
ci
Continuous integration
multithreading
Base.Threads and related functionality
(rr trace available upon request)
Looks like _jl_mutex_wait fails to enter a gc-safe region inside when jl_running_under_rr is true, causing deadlocks in this situation:
The text was updated successfully, but these errors were encountered: