https://bugs.kde.org/show_bug.cgi?id=504177
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #1 from Mark Wielaard <m...@klomp.org> --- commit 29a5fcb3f6371584f89f9b54c793cc0f29802553 Author: Mark Wielaard <m...@klomp.org> Date: Wed May 14 00:13:06 2025 +0200 Don't count closed inherited file descriptors Programs which close some inherited file descriptors and are run under valgrind with -q and --track-fds=yes would still show the FILE DESCRIPTORS banner even if there were no non-inherited file descriptors still open. Fix this by not counting already closed inherited file descriptors. Add a simple testcase to show /usr/bin/cat /dev/null doesn't produce any output running under valgrind -q --track-fds=yes. https://bugs.kde.org/show_bug.cgi?id=504177 -- You are receiving this mail because: You are watching all bug changes.