[issue31200] address sanitizer build fails

Julien Palard report at bugs.python.org
Mon Aug 14 09:46:21 EDT 2017


Julien Palard added the comment:

Are you sure you build is failing? It looks like it succeeded, if we only speak about the build.

You're seeing AddressSanitizer reports because, during the build, the built python is used. Like in `./python -E -S -m sysconfig --generate-posix-vars`.

So if you see AddressSanitizer output, it's because a `./python` has been successfully built and used.

The built cpython with AddressSanitizer however reports leaks, which is probably reproductible by running, typically:

  ./python -c ''

----------
nosy: +mdk

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue31200>
_______________________________________


More information about the Python-bugs-list mailing list