IO.popen of 'yes' process hangs on close
----------------------------------------
Key: JRUBY-2804
URL: http://jira.codehaus.org/browse/JRUBY-2804
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Affects Versions: JRuby 1.1.3
Reporter: Charles Oliver Nutter
No clear explanation for this one yet, but the following code will hang:
{noformat}
io = IO.popen('yes', 'r')
io.close
{noformat}
Basically we wait on the process when closing, but something's missing to
signal the 'yes' process that it should terminate. This lead to some specs
hanging (tagged as failures for now).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email