[PATCH] D33325: [sanitizer] Avoid possible deadlock in child process after fork

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 06:18:48 PDT 2017


dvyukov added a comment.

I don't completely understand this. allocator_fork_no_hang.cc is broken and deserves deadlocking. Why are we trying to fix this program only under sanitizers rather than detecting and reporting the bug? Sanitizers are meant to be less forgiving than production environment. Why are trying to conceal the bug?


Repository:
  rL LLVM

https://reviews.llvm.org/D33325





More information about the llvm-commits mailing list