diff options
author | John W. Parent <45471568+johnwparent@users.noreply.github.com> | 2022-04-26 15:56:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-26 12:56:13 -0700 |
commit | 83b91246b101a30f78f246fb40fa9df54a1e8403 (patch) | |
tree | 37226915423c7b5269d0a9ed7c7e7df3cfaec013 /bin | |
parent | 0f4b228effc7969826eb78215a5efb68a5f693a8 (diff) | |
download | spack-83b91246b101a30f78f246fb40fa9df54a1e8403.tar.gz spack-83b91246b101a30f78f246fb40fa9df54a1e8403.tar.bz2 spack-83b91246b101a30f78f246fb40fa9df54a1e8403.tar.xz spack-83b91246b101a30f78f246fb40fa9df54a1e8403.zip |
Windows: fix termination of process output redirection (#29923)
The parent thread in the process stdout redirection logic on Windows
was closing a file that was being read in child thread, which lead to
error-based termination of the reader thread. This updates the
interaction to avoid the error.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions