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.
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
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
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