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

ruby -v seems to hang #88

Open
factormystic opened this issue Feb 26, 2016 · 2 comments
Open

ruby -v seems to hang #88

factormystic opened this issue Feb 26, 2016 · 2 comments
Labels

Comments

@factormystic
Copy link

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 ~]#
@wishstudio
Copy link
Owner

Verified here. Seems to be something related to futex() system call.

@wishstudio
Copy link
Owner

This problem is caused by not sending EOF event when close a pipe while another thread is polling it.

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

No branches or pull requests

2 participants