[PATCH] D29994: Use pthreads for thread-local lsan allocator cache on darwin

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 08:52:08 PST 2017


fjricci added a comment.

I believe the issue is that we're using too small of a stack in that test, and perhaps we're just pushed over the limit by this new AllocatorCache. If I change `-DkStackSize=65536` to be a number `>=75392`, the test passes. Is this an acceptable solution? If so, what would be a good number to use?


Repository:
  rL LLVM

https://reviews.llvm.org/D29994





More information about the llvm-commits mailing list