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 Arun Solomon, r.david.murray, skrah, vstinner
Date 2018-02-15.13:39:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518701954.37.0.467229070634.issue32848@psf.upfronthosting.co.za>
In-reply-to
Content
You have two options:

  a) ./configure CFLAGS="-O0 -g" --without-pymalloc

  b) ./configure CFLAGS="-O0 -g" --with-valgrind


For b) you need the Valgrind headers installed.


--with-pydebug is always wrong when using Valgrind.
History
Date User Action Args
2018-02-15 13:39:14skrahsetrecipients: + skrah, vstinner, r.david.murray, Arun Solomon
2018-02-15 13:39:14skrahsetmessageid: <1518701954.37.0.467229070634.issue32848@psf.upfronthosting.co.za>
2018-02-15 13:39:14skrahlinkissue32848 messages
2018-02-15 13:39:14skrahcreate