Open larskanis opened 6 years ago
The 'interrupt mask' is the thing that handle_interrupt
sets, is that right? It's not about signal masks of the underlying threads or anything like that?
Exactly, the thing that handle_interrupt
sets. Since it can not mask anything other than Exceptions for now, it has nothing to do with signals. See also my comment here: https://github.com/jruby/jruby/issues/5314#issuecomment-426713442
This was recently fixed in JRuby here: https://github.com/jruby/jruby/issues/5314 . It would be nice to get this fixed in Truffleruby as well. Until then I use the following workaround for Eventbox.