This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mdk
Recipients mdk, pmatos
Date 2017-08-14.13:46:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502718381.08.0.738756776165.issue31200@psf.upfronthosting.co.za>
In-reply-to
Content
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 ''
History
Date User Action Args
2017-08-14 13:46:21mdksetrecipients: + mdk, pmatos
2017-08-14 13:46:21mdksetmessageid: <1502718381.08.0.738756776165.issue31200@psf.upfronthosting.co.za>
2017-08-14 13:46:21mdklinkissue31200 messages
2017-08-14 13:46:21mdkcreate