|
From: send2harish <sen...@gm...> - 2013-02-27 07:22:05
|
When I use --gen-suppression and --suppression both at the same time my application fails to start. Individually these flags works fine. I have 9 applications and this problem is observed only with 4 of the applications. This is the valgrind option I am using. /usr/bin/valgrind --tool=memcheck --leak-check=full --verbose --gen-suppressions=all --suppressions=/tmp/valgrind.supp --log-file=/tmp/valgrind.log Please help -- View this message in context: http://valgrind.10908.n7.nabble.com/Valgrind-suppression-tp44281p44282.html Sent from the Valgrind - Users mailing list archive at Nabble.com. |
|
From: <pa...@fr...> - 2013-02-27 09:02:10
|
----- Original Message ----- > When I use --gen-suppression and --suppression both at the same time > my > application fails to start. Individually these flags works fine. Hi Does Valgrind generate any output? If so, could you post that. A+ Paul |
|
From: send2harish <sen...@gm...> - 2013-02-27 10:30:32
|
Please consider this issue as closed. The length of the argument got increased due to valgrind ,this was greater than the supported length, due to which the application was not starting. -- View this message in context: http://valgrind.10908.n7.nabble.com/Valgrind-suppression-tp44281p44285.html Sent from the Valgrind - Users mailing list archive at Nabble.com. |