[PATCH] D65253: [sanitizer_common] Replace forkpty with posix_spawn on Darwin

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 14 16:38:23 PDT 2019


yln updated this revision to Diff 215283.
yln added a comment.

Fixed failing test `closed-fds.cpp`: external symbolizer should continue to work
even when client program implements any of std{in,out,err}.  Implemented similiar
functionality as `CreateTwoHighNumberedPipes` for `internal_spawn`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65253/new/

https://reviews.llvm.org/D65253

Files:
  compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_posix.h
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_libcdep.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_mac.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65253.215283.patch
Type: text/x-patch
Size: 10229 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190814/e0ffbbd5/attachment.bin>


More information about the llvm-commits mailing list