From fd4b44f824b230ba44ee970bda5299a4e8d508ca Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Tue, 29 Sep 2015 13:12:00 -0400 Subject: Always enable the glibc memory checking routines --- test/createinstance.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/createinstance.sh b/test/createinstance.sh index 45a8f04..ca35eef 100755 --- a/test/createinstance.sh +++ b/test/createinstance.sh @@ -72,8 +72,10 @@ EOF cat << EOF > start #!/bin/sh +MALLOC_CHECK_=3 +MALLOC_PERTURB=9 HTTPD=/usr/sbin/httpd -#valgrind --leak-check=full --log-file=valgrind.out --trace-children=yes \$HTTPD -X -k start -d . -f ./conf/httpd.conf +#valgrind --leak-check=full --log-file=valgrind.out --trace-children=yes --track-origins=yes\$HTTPD -X -k start -d . -f ./conf/httpd.conf \$HTTPD -k start -d . -f ./conf/httpd.conf EOF -- cgit