| Summary: | SIGFPE pthread_barrier_destroy.c:40 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vinson Lee <vlee> |
| Component: | mesa | Assignee: | Adam Jackson <ajax> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | ajax, arjun.is, codonell, dj, fschwarz, fweimer, ignatenko, jakub, law, mfabian, pfrankli, siddhesh, triegel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-12-27 07:38:40 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: | |
|
Description
Vinson Lee
2016-02-08 22:42:01 UTC
This is consistent with calling pthread_barrier_destroy on a barrier which has not been initialized with pthread_barrier_init. This is likely an application bug. (The current glibc implementation does not update the count member after initialization.) This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle. Changing version to '24'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase Fixed with this mesa commmit: https://cgit.freedesktop.org/mesa/mesa/commit/?id=4ed4c1d9210b11ce6faea81455c21531904ea45b. |