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
add option to dump backtrace of stop-the-world straggler (JuliaLang#57045) (#208)
This is still a work in progress, but it should help determine what a
straggler thread was doing during the stop-the-world phase and why it
failed to reach a safepoint in a timely manner.
We've encountered long TTSP issues in production, and this tool should
provide a valuable means to accurately diagnose them.
0 commit comments