[PATCH] D23107: [MSAN][MIPS] Fix fork.cc test on MIPS

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 13:55:42 PST 2016


eugenis added a comment.

Well, that's simply another way of saying "hangs while reading the chained origins".  Reducing the number of child processes is likely to reduce the probability of the deadlock instead of eliminating it. Anyway, this sounds like a bug in the msan runtime library.

This test is for the ChainedOriginDepotLockAll() logic in msan_interceptors.cc. Could you verify that the fork interceptor is being used on MIPS? I wonder if we need to intercept something else, like vfork.


Repository:
  rL LLVM

https://reviews.llvm.org/D23107





More information about the llvm-commits mailing list