Hi Steffen, > > $ LC_ALL=C MAILRC=/dev/null valgrind mail -n $USER > > Valgrind i've never used, though... :(
The default, like I've used, is a good help without even reading the man page. The program under test runs more slowly, but valgrind is checking every memory access against its model of what's been allocated, written to, etc. Many errors with memory in C don't cause obvious problems a lot of the time; valgrind notices them every time. :-) Cheers, Ralph. ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140 __________________________________ [email protected]
