Bug 1706048
| Summary: | x86 scalar test fails | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Alexandra Petlanová Hájková <ahajkova> |
| Component: | valgrind | Assignee: | Mark Wielaard <mjw> |
| Status: | CLOSED ERRATA | QA Contact: | Alexandra Petlanová Hájková <ahajkova> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.7 | CC: | bgollahe, dsmith, fweimer, jakub, mcermak, ohudlick |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | valgrind-3.15.0-11.el7 | Doc Type: | No Doc Update |
| Doc Text: |
No Doc Update
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-31 19:08:10 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1710255 | ||
|
Description
Alexandra Petlanová Hájková
2019-05-03 12:40:55 UTC
This happens when the testcase is run as root. setuid (0) is expected to FAIL. This is just a testcase issue. It would be nice to make it robust against running as root. But it is harmless. Better to not run the testcase as root in the first place. This is similar to the arm64 case https://bugzilla.redhat.com/show_bug.cgi?id=1652488 commit abc09f23e1ad55a07beb827aef969acfe6c496ef Author: Mark Wielaard <mark> Date: Mon May 20 13:08:41 2019 +0200 Make memcheck/tests/x86-linux/scalar test work under root. Running the testsuite as root isn't really recommended. But lets not make tests fail unnecessarily when running as root. Similar to the arm64-linux/scalar fixes. Plus 32bit variants that don't exist on arm64. Pass really invalid arguments to setuid[32], setgid[32], acct, fchown[32]. Make setresgid[32], setresuid[32], setregid[32], setreuid[32] always succeed Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2020:0986 |