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

Interrupts and Signals do not work on rbx 2.5.3+ #598

Closed
kayakyakr opened this issue May 31, 2015 · 2 comments
Closed

Interrupts and Signals do not work on rbx 2.5.3+ #598

kayakyakr opened this issue May 31, 2015 · 2 comments

Comments

@kayakyakr
Copy link

There is some sort of collision with rubinius's new forking code that causes the rails server to ignore all interrupts. This means you cannot ctrl-c to quit or use USR2 or QUIT to stop or restart a server in production.

Example project:
https://github.com/kayakyakr/rbxtest

Issue under rubinius:
rubinius/rubinius#3418

@sodabrew
Copy link
Contributor

This appears to be resolved upstream; can you confirm if Rubinius 2.5.7 works for you?

@kayakyakr
Copy link
Author

Yeah, not an event machine issue, thanks.

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

2 participants