[issue32848] Valgrind error with python

2018-02-15 Thread Arun Solomon
Arun Solomon <arunsolo1...@gmail.com> added the comment: Hi Stefan, I tried with two configure options. Both of them, I am getting the same error. configure: error: Valgrind support requested but headers not available -- resolution: not a bug -> status: close

[issue32848] Valgrind error with python

2018-02-15 Thread Arun Solomon
Arun Solomon <arunsolo1...@gmail.com> added the comment: Hi, I ran with the following command to configure python with valgrind: ./configure --without-pymalloc --with-pydebug --with-valgrind I was getting the following error: configure: error: Valgrind support requested but h

[issue32848] Valgrind error with python

2018-02-14 Thread Arun Solomon
New submission from Arun Solomon <arunsolo1...@gmail.com>: Hi... I am facing the problem python along with valgrind. I was getting default valgrind warnings messages. I have created the sample.py. sample.py file does not have any code. I created empty py file to confirm that my cod