https://bugs.kde.org/show_bug.cgi?id=493434
Bug ID: 493434 Summary: Add --track-fds=bad mode (no "leak" tracking) Classification: Developer tools Product: valgrind Version: 3.22 GIT Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: m...@klomp.org CC: ahajk...@redhat.com Target Milestone: --- Currently --track-fds=yes or --track-fds=all report both bad usage and never closed file descriptors. Sometimes users are only interested in bad file descriptor usage errors, but don't care about never close file descriptors. Instead of making them create suppressions for the never closed file descriptors we could have an --track-fds=bad mod that only reports errors on bad usage. This might also make an interesting mode that we might want to enable by default. -- You are receiving this mail because: You are watching all bug changes.