[issue44363] Likely false positive for address sanitizer after fork

Mark Shannon report at bugs.python.org
Wed Jun 9 08:02:18 EDT 2021


Mark Shannon <mark at hotpy.org> added the comment:

If I run the following on main
./configure --with-address-sanitizer
make clean
make -j12 test

I get 22 failures.

So something is broken.

test_lib2to3 does fork; at least it does when I run it under gdb.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44363>
_______________________________________


More information about the Python-bugs-list mailing list