Bug 1251181
| Summary: | [aarch64] unhandled syscall: setuid (146) and setresgid (149) | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Patrik Kis <pkis> |
| Component: | valgrind | Assignee: | Mark Wielaard <mjw> |
| Status: | CLOSED ERRATA | QA Contact: | Miloš Prchlík <mprchlik> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | jakub, mbenitez, mcermak, mfranc, mprchlik |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | aarch64 | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | valgrind-3.10.0-13.el7 | Doc Type: | Bug Fix |
| Doc Text: |
Cause:
Valgrind didn't recognize the setuid and setresgid system calls on aarch64.
Consequence:
Programs using those system calls on aarch64 would generate a warning when running under valgrind.
Fix:
valgrind now recognizes those system calls.
Result:
No more warnings when running programs under valgrind that use those system calls.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 09:05:16 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: | |||
|
Description
Patrik Kis
2015-08-06 15:58:25 UTC
This seems to be setresgid which indeed hasn't been implemented for arm64 in valgrind. This is fixed upstream in valgrind svn r15517. Upstream patch has been backported to the fedora package valgrind-3.10.1-17.fc24. Verified for build valgrind-3.10.0-16.el7. 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://rhn.redhat.com/errata/RHBA-2015-2259.html |