Устанавливаем valgrind:
1 |
yum install valgrind |
Запускаем на примере apache:
1 |
valgrind --tool=memcheck --num-callers=30 --log- file =apache.log --leak-check=full --trace-children= yes /usr/sbin/httpd |
Устанавливаем valgrind:
1 |
yum install valgrind |
Запускаем на примере apache:
1 |
valgrind --tool=memcheck --num-callers=30 --log- file =apache.log --leak-check=full --trace-children= yes /usr/sbin/httpd |
Добавить комментарий