SIGKILL

Kevin D. Clark kclark at CetaceanNetworks.com
Tue Jan 21 16:51:39 EST 2003


In case it helps, here's how I call Valgrind in my Makefile:

valgrind: foo
	@echo Running the \"foo\" executable through Valgrind
	@echo \(look in valgrind.log for results\)
	valgrind --leak-check=yes --num-callers=30 \
          --suppressions=valgrind.supp --logfile-fd=9 ./foo 9>valgrind.log

Regards,

--kevin
-- 
Kevin D. Clark / Cetacean Networks / Portsmouth, N.H. (USA)
cetaceannetworks.com!kclark (GnuPG ID: B280F24E)
alumni.unh.edu!kdc




More information about the Discuss mailing list