We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thread_poll definitely is expected to raise exceptions. That's really all it does.
~/projects/jruby $ jruby -rtimeout -e "Timeout.timeout(2) { 1 while 1 }" Timeout::Error: execution expired ~/projects/jruby $ jruby -X-C -rtimeout -e "Timeout.timeout(2) { 1 while 1 }" ERROR: Got exception org.jruby.exceptions.RaiseException: (null) execution expired but instr thread_poll is not supposed to be raising exceptions! Timeout::Error: execution expired
The text was updated successfully, but these errors were encountered:
@headius @enebo Let us chat about this tomorrow .. This may need fixing.
Sorry, something went wrong.
d6e3f30
No branches or pull requests
thread_poll definitely is expected to raise exceptions. That's really all it does.
The text was updated successfully, but these errors were encountered: