We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ruby -v
It works, but I have to ctrl+c to get back to my terminal.
[root@ForeignLinux ~]# ruby -v ruby 2.3.0p0 (2015-12-25 revision 53290) [i686-linux] [1]+ Stopped ruby -v [root@ForeignLinux ~]# jobs [1]+ Stopped ruby -v [root@ForeignLinux ~]#
The text was updated successfully, but these errors were encountered:
Verified here. Seems to be something related to futex() system call.
Sorry, something went wrong.
This problem is caused by not sending EOF event when close a pipe while another thread is polling it.
No branches or pull requests
It works, but I have to ctrl+c to get back to my terminal.
The text was updated successfully, but these errors were encountered: