[issue42268] ./configure failing when --with-memory-sanitizer specified

2020-11-04 Thread JaonHax
JaonHax added the comment: Yeah, exactly as I thought, ran the exact same command except without --with-memory-sanitizer and the configuration was successful. The successful output has been attached in configure-out-1.txt for cross-comparison, if it's necessary. -- Added file

[issue42268] ./configure failing when --with-memory-sanitizer specified

2020-11-04 Thread JaonHax
JaonHax added the comment: Additional note, since I forgot it in the initial message: I'm building Python 3.9.0 from source on Debian v10, specifically the Debian VM on Chromebooks (which I believe is called Crostini). I've made sure to install all the proper dependencies, as far as I know

[issue42268] ./configure failing when --with-memory-sanitizer specified

2020-11-04 Thread JaonHax
New submission from JaonHax : Exact command run is as follows: sudo ./configure --with-pymalloc --with-assertions --enable-optimizations --enable-loadable-sqlite-extensions --enable-shared --with-address-sanitizer --with-undefined-behavior-sanitizer --with-memory-sanitizer -C (ran with root

[issue42268] ./configure failing when --with-memory-sanitizer specified

2020-11-04 Thread JaonHax
Change by JaonHax : -- components: Build nosy: JaonHax priority: normal severity: normal status: open title: ./configure failing when --with-memory-sanitizer specified type: behavior versions: Python 3.9 ___ Python tracker <https://bugs.python.