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 nikratio, skrah
Date 2018-12-22.15:44:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545493484.34.0.0770528567349.issue35561@roundup.psfhosted.org>
In-reply-to
Content
"--with-valgrind --with-pydebug" looks suspicious, it essentially
mixes two different memory checkers.

1) CFLAGS="-O0 -g" --without-pymalloc

2) CFLAGS="-O0 -g" --with-valgrind

should both work.


Can you try if this fixes the error?
History
Date User Action Args
2018-12-22 15:44:45skrahsetrecipients: + skrah, nikratio
2018-12-22 15:44:44skrahsetmessageid: <1545493484.34.0.0770528567349.issue35561@roundup.psfhosted.org>
2018-12-22 15:44:44skrahlinkissue35561 messages
2018-12-22 15:44:44skrahcreate