[PATCH] D65322: [asan_symbolize] Avoid blocking when llvm-symbolizer is installed as addr2line

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 00:02:35 PDT 2019


vitalybuka added a comment.

In D65322#1646427 <https://reviews.llvm.org/D65322#1646427>, @arichardson wrote:

> In D65322#1646254 <https://reviews.llvm.org/D65322#1646254>, @vitalybuka wrote:
>
> > Now it breaks http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/23108/steps/check-asan%20in%20gcc%20build/logs/stdio
>
>
> I believe I fixed this problem in https://reviews.llvm.org/rL369929
>
> It seems like address %t+0x0 is valid on that builder. Maybe it defaults to -pie. Should be fixable by using an address that is more likely to be invalid.


But it's still a problem in python code which is not going to work on on python 2.7


Repository:
  rL LLVM

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

https://reviews.llvm.org/D65322





More information about the llvm-commits mailing list