[PATCH] D48806: [asan] Fix deadlock issue on FreeBSD, caused by use of .preinit_array in rL325240

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 1 14:24:07 PDT 2018


dim added a comment.

Sorry for not getting to this one earlier, indeed it fixes the deadlock for me too!

Now the only "big" thing left is the hundreds of:

  ==41641==AddressSanitizer CHECK failed: /share/dim/src/llvm/trunk/projects/compiler-rt/lib/asan/asan_posix.cc:48 "((0)) == ((pthread_key_create(&tsd_key, destructor)))" (0x0, 0x4e)
  `

failures. :-)


Repository:
  rL LLVM

https://reviews.llvm.org/D48806





More information about the llvm-commits mailing list