Subject: Re: [HTCondor-users] Start HTCondor service under valgrind.
On 2/1/2022 12:00 PM, Sergey A.
Komissarov via HTCondor-users wrote:
Hello,
I'm trying to envistigate why condor_schedd crashed with valgrind but HTCondor daemon just refuses to start. Does it need some options to work correctly under valgrind?
HTCondor 9.0.9 is started inside Ubuntu docker container.
Random guess: perhaps valgrind needs some capability that docker
run does not enable by default?
Maybe try adding the "--privileged" flag to docker run to see if
that makes a difference?