Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

STDOUT redirection is not thread-safe on JRuby and Rubinius #862

Open
afn opened this issue Feb 25, 2017 · 0 comments
Open

STDOUT redirection is not thread-safe on JRuby and Rubinius #862

afn opened this issue Feb 25, 2017 · 0 comments

Comments

@afn
Copy link
Contributor

afn commented Feb 25, 2017

The fix introduced by #855 addresses MRI but not JRuby or Rubinius because of incomplete support for the :out parameter to Process.spawn on those platforms.

Apparently newer versions of JRuby do support :out. We should determine which version of JRuby fixed this (and from there, determine whether we care about older versions of JRuby). We should also explore whether the issue is OS-specific.

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

No branches or pull requests

1 participant