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
{{ message }}
This repository was archived by the owner on Aug 12, 2019. It is now read-only.
Try and come up with a workaround for Ruby bug #9168.
This bug has been fixed in Ruby 2.1.0, but as of this moment, still outstanding in 2.0.0. And even when it does get ported to 2.0.0, we still should have a workaround to support unfixed releases.
One idea is to monkey patch Thread.handle_interrupt to temporarily disable the garbage collector.
Try and come up with a workaround for Ruby bug #9168.
This bug has been fixed in Ruby 2.1.0, but as of this moment, still outstanding in 2.0.0. And even when it does get ported to 2.0.0, we still should have a workaround to support unfixed releases.
One idea is to monkey patch
Thread.handle_interruptto temporarily disable the garbage collector.