[PATCH] D73309: [lsan] Factor pthread-specific assumptions out of thread tracking code

Petr Hosek via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 29 18:03:19 PST 2020


Hi Yvan,

Would it be possible to get some more details, e.g. getting a full output
from the test? I've tried reproducing this failure on other platforms but
I'm not seeing the same issue and we don't have access to any armv7 boards.

Thanks,
Petr

On Wed, Jan 29, 2020 at 7:05 AM Yvan Roux <yvan.roux at linaro.org> wrote:

> Hi Roland and Petr,
>
> One of the patches in this series broke armv7 full bot, we got some
> issue on the bot and didn't have time to bisect and reproduce the
> issue, but here are the last logs:
>
>
> http://lab.llvm.org:8011/builders/clang-cmake-armv7-full/builds/8982/steps/ninja%20check%202/logs/FAIL%3A%20LeakSanitizer-AddressSanitizer-armhf%3A%3Astale_stack_leak.cpp
>
> Thanks,
> Yvan
>
> On Sat, 25 Jan 2020 at 02:03, Petr Hosek via Phabricator via
> llvm-commits <llvm-commits at lists.llvm.org> wrote:
> >
> > This revision was automatically updated to reflect the committed changes.
> > Closed by commit rG38fd1806a169: [lsan] Factor pthread-specific
> assumptions out of thread tracking code (authored by mcgrathr, committed by
> phosek).
> >
> > Repository:
> >   rG LLVM Github Monorepo
> >
> > CHANGES SINCE LAST ACTION
> >   https://reviews.llvm.org/D73309/new/
> >
> > https://reviews.llvm.org/D73309
> >
> > Files:
> >   compiler-rt/lib/lsan/CMakeLists.txt
> >   compiler-rt/lib/lsan/lsan.cpp
> >   compiler-rt/lib/lsan/lsan.h
> >   compiler-rt/lib/lsan/lsan_interceptors.cpp
> >   compiler-rt/lib/lsan/lsan_posix.cpp
> >   compiler-rt/lib/lsan/lsan_posix.h
> >   compiler-rt/lib/lsan/lsan_thread.cpp
> >   compiler-rt/lib/lsan/lsan_thread.h
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200129/7d4a1f1d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4843 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200129/7d4a1f1d/attachment.bin>


More information about the llvm-commits mailing list