I'm running valgrind with following setup:
valgrind --tool=memcheck --tool=callgrind --num-callers=20 --track-fds=yes --error-exitcode=1 CMD. Especially,--track-fds=yes work as desired, but every run fails due to fds 0,1,2 which are supposed to be open. However, I don't want to drop --track-fds, as it certainly gives meaningful information. So, is there a valgrind option / method to track fds excluding 0,1,2?
==5872== FILE DESCRIPTORS: 3 open at exit.
==5872== Open file descriptor 2:
==5872== <inherited from parent>
==5872==
==5872== Open file descriptor 1:
==5872== <inherited from parent>
==5872==
==5872== Open file descriptor 0: /dev/pts/0
==5872== <inherited from parent>
==5872==
==5872==
==5872== Events : Ir
==5872== Collected : 3081079256
==5872==
==5872== I refs: 3,081,079,256