Skip to content
New issue

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

Secure.ly timeout: 1 do 5**1000000 end in rails console just hangs #2

Open
ulitiy opened this issue Feb 15, 2013 · 2 comments
Open

Comments

@ulitiy
Copy link

ulitiy commented Feb 15, 2013

...

@ulitiy
Copy link
Author

ulitiy commented Feb 15, 2013

seems to be a ruby bug, because thread.join(timeout) just doesn't work now...

@ulitiy
Copy link
Author

ulitiy commented Feb 15, 2013

the problem is in that ruby performs that operation in 0.1 second, but it takes too long to I/O that value.
So the solution is to kill the process too after the timeout, not only the thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant