|
From: Eyal L. <ey...@ey...> - 2004-01-07 23:18:55
|
I found what is causing the problem. I run a program which execvp()s a shell which runs the original program. My shell runs the program as 'valgrind ... ssasrsv', meaning that valgrind is memchecking itself. Attached is a program that demonstrates the problem. It used to be OK until 2.0.0 but is failing since 2.1.0. I now changed my scripts to never recurse into valgrind (I never really needed or wanted to do so). Still, something changed which needs a looking into. -- Eyal Lebedinsky (ey...@ey...) <http://samba.org/eyal/> |