Check threads

This commit is contained in:
Vivek Kumar Dutta 2023-12-10 22:13:19 +05:30
parent e5ed4c3c89
commit 3ebcfd5c0a

View file

@ -3,5 +3,5 @@ autorestart=false
startretries=0 startretries=0
numprocs_start=10 numprocs_start=10
priority=11 priority=11
command=/bin/bash -c "/usr/bin/valgrind --xml=yes --xml-file=/tmp/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=1 --track-origins=yes /usr/sbin/icwmpd" command=/bin/bash -c "/usr/bin/valgrind --tool=helgrind --xml=yes --xml-file=/tmp/memory-report.xml --leak-check=full --show-reachable=yes --show-leak-kinds=all --errors-for-leak-kinds=all --error-exitcode=0 --track-origins=yes /usr/sbin/icwmpd"