https://bugs.kde.org/show_bug.cgi?id=504909
Bug ID: 504909 Summary: Hide "Bad oldset address" warnings when -q (quiet) flag is set Classification: Developer tools Product: valgrind Version First 3.25 GIT Reported In: Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: mcer...@redhat.com Target Milestone: --- Created attachment 181824 --> https://bugs.kde.org/attachment.cgi?id=181824&action=edit possible patch The `make ltpchecks` target reports a failure in the rt_sigprocmask02 test case. This failure occurs because the test triggers Valgrind to log warnings such as: --318412-- Warning: Bad oldset address 0xFFFFFFFFFFFFFFFF in sigprocmask Since the tests are run with the -q (quiet) flag, warnings like this should ideally be suppressed. The attached patch ensures that these messages are hidden as expected. -- You are receiving this mail because: You are watching all bug changes.