Tuesday, July 5, 2022

Linux: run valgrind on Apache httpd


Source code must be compiled with option -g

Command:

$ valgrind --leak-check=full --tool=memcheck --error-limit=no --log-file=val.log /usr/bin/httpd -f /etc/httpd.conf -DFOREGROUND


No comments:

 
Get This <