Bug 1579730
Summary: | glibc: Fix i386 sigaction sa_restorer initialization | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Florian Weimer <fweimer> |
Component: | glibc | Assignee: | Florian Weimer <fweimer> |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 7.5 | CC: | ashankar, codonell, dj, fweimer, mcermak, mnewsome, pfrankli, skolosov |
Target Milestone: | rc | Keywords: | Patch |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | glibc-2.17-266.el7 | Doc Type: | No Doc Update |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-08-06 12:48:58 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: | 1643040 |
Description
Florian Weimer
2018-05-18 08:25:17 UTC
Also needs this commit: commit 4d76d3e59d31aa690f148fc0c95cc0c581aed3e8 Author: Florian Weimer <fweimer> Date: Thu Mar 29 11:42:24 2018 +0200 Linux i386: tst-bz21269 triggers SIGBUS on some kernels In addition to SIGSEGV and SIGILL, SIGBUS is also a possible signal generated by the kernel. The upstream test needs some porting to glibc 2.17 and GCC 4.8. 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/RHSA-2019:2118 |