|
From: Nicholas N. <nj...@ca...> - 2004-03-08 15:36:51
|
On Wed, 3 Mar 2004, Remko Troncon wrote: > I would like to start off by saying that valgrind is really an excellent > program, and that it already prevented a lot of nasty bugs for me after only > using valgrind for 2 days. > > Now my question: I added it to my automated testsuite, but allthough i use > valgrind -q, i still get the warning: > ==10077== Warning: set address range perms: large range 350158848, a > 0, v 1 > Is there a way for preventing this ? Short of commenting it out in the code and recompiling, no. It shouldn't give out this warning with -q, though. N |