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
The code is mainly from `mmrk-ruby`. We hijack the Rust panic hook to
make sure that if the GC threads panic, the process will be aborted. The
current behavior is that when a GC thread panics, the process hangs and
wait for that GC thread to finish its work.
This should be ported to `master`.
0 commit comments