|
From: smiley g. <smi...@ya...> - 2006-05-08 17:51:22
|
Is there a way I can turn on VALGRIND_CHECK_WRITABLE client request for addrcheck in Valgrind 2.4.1 version. I get the following warning ==8635== Warning: Addrcheck: ignoring `VALGRIND_CHECK_WRITABLE' request. ==8635== To honour this request, rerun with --tool=memcheck. I can't use memcheck as my application has a big test base that can't be quickly tested with memcheck. Some tips/hints to do it myself will be very helpful. Thanks in advance, Smile. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
|
From: Nicholas N. <nj...@cs...> - 2006-05-08 23:44:22
|
On Mon, 8 May 2006, smiley glitter wrote: > Is there a way I can turn on > > VALGRIND_CHECK_WRITABLE > > client request for addrcheck in Valgrind 2.4.1 > version. > I get the following warning > > ==8635== Warning: Addrcheck: ignoring > `VALGRIND_CHECK_WRITABLE' request. > ==8635== To honour this request, rerun with > --tool=memcheck. That (or a similar request) isn't implemented for Addrcheck. It would be fairly straightforward to implement yourself. > I can't use memcheck as my application has a big test > base that can't be quickly tested with memcheck. You might have some luck with the current code in the SVN repository, where Memcheck runs noticeably faster than it used to, and uses much less memory. Nick |