This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Paul Price
Recipients Paul Price
Date 2018-02-20.21:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519161187.46.0.467229070634.issue32889@psf.upfronthosting.co.za>
In-reply-to
Content
Using the current valgrind suppressions (Misc/valgrind-python.supp) results in a lot of noise, e.g.:

==2662549== Conditional jump or move depends on uninitialised value(s)
==2662549==    at 0x4EFD734: address_in_range (obmalloc.c:1200)
==2662549==    by 0x4EFD734: _PyObject_Free (obmalloc.c:1467)
==2662549==    by 0x4FAA6A3: block_free (pyarena.c:95)
==2662549==    by 0x4FAA6A3: PyArena_Free (pyarena.c:169)

The suppressions are blocking Py_ADDRESS_IN_RANGE, but this function was renamed in 3.6.
History
Date User Action Args
2018-02-20 21:13:07Paul Pricesetrecipients: + Paul Price
2018-02-20 21:13:07Paul Pricesetmessageid: <1519161187.46.0.467229070634.issue32889@psf.upfronthosting.co.za>
2018-02-20 21:13:07Paul Pricelinkissue32889 messages
2018-02-20 21:13:07Paul Pricecreate