valgrind

How to use valgrind with python?

How to use valgrind with python? Question: I am trying to memcheck a C python extension I am writing, but I’m having trouble setting up valgrind to work with python. I would really appreciate some advice. Just for context, this is Ubuntu 13.10, python 2.7.5+, and valgrind 3.8.1. As per recommendation from Readme.valgrind I did …

Total answers: 2

Is it normal that running python under valgrind shows many errors with memory?

Is it normal that running python under valgrind shows many errors with memory? Question: I’ve tried to debug memory crash in my Python C extension and tried to run script under valgrind. I found there is too much “noise” in the valgrind output, even if I’ve ran simple command as: valgrind python -c “” Valgrind …

Total answers: 7