|
From: Guitou - <gc...@ho...> - 2012-12-11 14:28:03
|
Hi all, I am using Valgrind on my soft which use avis client lirary. When I start Valgrind : valgrind --leak-check=yes MySoftName MyArgs I have an error on the first access of avis (Error sending message AvisMOM::send : 10004 - Interrupted system call) But all is fine when I don't use Valgrind.. I see that we can exclude some error of the list with supp file, but can we exclude valgrind process on certains lib ? (supp file is just a filter for the stdout display, isn't it? Tell me if I am wrong) I would like to use valgrind by telling it to not analyse access with lib avis (I don't know if is it possible) Thanks in advance for the help Guitou |