[issue32343] Leak Sanitizer reports memory leaks while building using ASAN

2022-01-23 Thread Irit Katriel
Irit Katriel added the comment: Python 3.7 is not longer maintained, so it is unlikely that anyone will look at these. Please create a new issue if you are seeing this problem on a current version. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open ->

[issue32343] Leak Sanitizer reports memory leaks while building using ASAN

2019-12-16 Thread https403
https403 added the comment: I got similar errors while playing around configure opts, but seems come from different places. Configure opts: --enable-optimizations --with-address-sanitizer --with-undefined-behavior-sanitizer --with-pymalloc Build environment: DigitalOcean $5 w/ Ubuntu 18.04

[issue32343] Leak Sanitizer reports memory leaks while building using ASAN

2017-12-15 Thread Kirit Sankar Gupta
New submission from Kirit Sankar Gupta : ./python -E -S -m sysconfig --generate-posix-vars ;\ if test $? -ne 0 ; then \ echo "generate-posix-vars failed" ; \ rm -f ./pybuilddir.txt ; \ exit 1 ; \ fi = ==12061