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

Maxim Ostapenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 11:10:43 PDT 2017


m.ostapenko added a comment.

In https://reviews.llvm.org/D33325#758753, @kcc wrote:

> is a test possible?


I'm trying to cook. Need to have concurrent fork with malloc/free and the StackDepot lock to be acquired when fork is called. But the window is too small :(. Can we widen it somehow?


Repository:
  rL LLVM

https://reviews.llvm.org/D33325





More information about the llvm-commits mailing list