https://bugs.kde.org/show_bug.cgi?id=504919
Bug ID: 504919 Summary: Hide "client tried to modify addresses" 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: --- The `make ltpchecks` target reports a failure in the munmap03 test case. This failure occurs because the test triggers Valgrind to log warnings such as: ==292328== Warning: client syscall munmap tried to modify addresses 0xffffffffffffffff-0x1ffe 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.