[PATCH] D48451: [sanitizers_common] when spawning a subprocess for symbolizers, use posix_spawn instead of fork()
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 29 10:56:07 PDT 2018
eugenis requested changes to this revision.
eugenis added a comment.
This revision now requires changes to proceed.
Tests hang with this change when output is redirected to a pipe. The test binary exits OK, but it looks like the process on the receiving end never gets an EOF.
Sorry, I don't have time to think about this now.
Please learn how to run tests and debug this.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48451
More information about the llvm-commits
mailing list