[issue42268] ./configure failing when --with-memory-sanitizer specified
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.org/issue42268> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue42268] ./configure failing when --with-memory-sanitizer specified
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 because it seemed to make more things succeed in the checks without those flags) The command's output is attached in configure-out.txt -- Added file: https://bugs.python.org/file49569/configure-out.txt ___ Python tracker <https://bugs.python.org/issue42268> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue42268] ./configure failing when --with-memory-sanitizer specified
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, and I'm 99% sure that I can successfully build it if I remove the --with-memory-sanitizer flag. Running the command again without it to double-check. -- ___ Python tracker <https://bugs.python.org/issue42268> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue42268] ./configure failing when --with-memory-sanitizer specified
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: https://bugs.python.org/file49570/configure-out-1.txt ___ Python tracker <https://bugs.python.org/issue42268> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com