Threads which have blocked Fibers are not killable #841
Labels
Milestone
Comments
This is somewhat related to the " I have been toying with killing all the |
Killing the |
Repro works just as expected on JRuby 9.1.2.0 |
Confirmed this is working in 9.x and 1.7.x is EOL. Resolving against a release so it shows up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems that a
Thread
which is running aFiber
and thatFiber
is blocked on aQueue#pop
is unkillable viaThread#kill
.repro
@headius mentioned that it should be possible to kill the
Thread
's currentFiber
.@dbussink wrote a rubyspec for this recently. rubinius/rubinius@9efac8a
/cc @tarcieri rubinius/rubinius#2392
The text was updated successfully, but these errors were encountered: