https://bugs.kde.org/show_bug.cgi?id=504904
Bug ID: 504904
Summary: Hide "bad act handler 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: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 181820
--> https://bugs.kde.org/attachment.cgi?id=181820&action=edit
proposed patch
The `make ltpchecks` target reports a failure in the rt_sigaction02 test case.
This failure occurs because the test triggers Valgrind to log warnings such as:
==318275== Warning: bad act handler address 0xFFFFFFFFFFFFFFFF in
rt_sigaction()
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.