[Bug #21400] Fix rb_bug() when killing current root fiber in non-main thread (#13526)
Fixes the following:
Thread.new { Fiber.current.kill }.join
[Bug #21400] Fix rb_bug() when killing current root fiber in non-main thread (#13526)
Fixes the following: