[PATCH] D93386: [compiler-rt] [Sanitizers] Extend ThreadDescriptorSize() for glibc-2.32-2.fc33.x86_64+i686

Jan Kratochvil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 31 00:27:34 PST 2020


jankratochvil added a comment.

In fact after your rG9a5261efd75530d10ce7a346e8127ba1f00db085 <https://reviews.llvm.org/rG9a5261efd75530d10ce7a346e8127ba1f00db085> it is no longer a problem. Without this patch it only shows:

  Failed Tests (3):
    SanitizerCommon-Unit :: ./Sanitizer-i386-Test/SanitizerLinux.ThreadDescriptorSize
    SanitizerCommon-Unit :: ./Sanitizer-x86_64-Test/SanitizerLinux.ThreadDescriptorSize
    SanitizerCommon-asan-x86_64-Linux :: Linux/getpwnam_r_invalid_user.cpp

I have no idea how is it related. Also I am curious when the testcase can detect the pthread size why the sanitizer does not detect it at runtime? Sorry for not reading all the code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93386/new/

https://reviews.llvm.org/D93386



More information about the llvm-commits mailing list