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 skrah
Recipients eric.smith, mark.dickinson, skrah, tim.peters
Date 2010-01-17.13:53:29
SpamBayes Score 8.91145e-06
Marked as misclassified No
Message-id <1263736411.54.0.134187263766.issue7632@psf.upfronthosting.co.za>
In-reply-to
Content
Mark, thanks for the explanation! - You can generate suppressions for the Misc/valgrind-python.supp file, but you have to know exactly which errors can be ignored.

Going through the Valgrind output again, it looks like most of it is about what you already mentioned (bd0, bd, bb, bs and delta not being released).

Would it be much work to provide Valgrind-friendly versions of Balloc, Bfree and pow5mult? Balloc and Bfree are already mentioned in an XXX
comment, pow5mult should be a slow version that doesn't cache anything. Perhaps these could be ifdef'd with Py_USING_MEMORY_DEBUGGER.
History
Date User Action Args
2010-01-17 13:53:31skrahsetrecipients: + skrah, tim.peters, mark.dickinson, eric.smith
2010-01-17 13:53:31skrahsetmessageid: <1263736411.54.0.134187263766.issue7632@psf.upfronthosting.co.za>
2010-01-17 13:53:29skrahlinkissue7632 messages
2010-01-17 13:53:29skrahcreate