[issue37169] test_pyobject_is_freed_free fails with 3.8.0beta1

STINNER Victor report at bugs.python.org
Fri Jun 21 15:09:02 EDT 2019


STINNER Victor <vstinner at redhat.com> added the comment:

I have no idea why the test fails on this specific server, whereas it pass on our large fleet of buildbots which test various libc and various compilers and platforms.

I cannot investigate if I cannot reproduce the failure. Someone should run the test in a debugger to see the content of the memory after free.

Python is not used with malloc, except for debug or testing. In thr meanwhile you can skip this test for malloc, since it seems to work with pymalloc. The same test is run on malloc and on pymalloc.

----------

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


More information about the Python-bugs-list mailing list