| Summary: | Steam now segfaults with self built Mesa (used to work) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | sheepdestroyer <sheepdestroyer> |
| Component: | mesa | Assignee: | Adam Jackson <ajax> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | ajax, fschwarz, ignatenko |
| 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-03-20 10:27:00 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
sheepdestroyer
2016-03-10 11:21:44 UTC
also opened at freedesktop : https://bugs.freedesktop.org/show_bug.cgi?id=94478 and at steam : https://github.com/ValveSoftware/steam-for-linux/issues/4350 I did try with both STEAM_RUNTIME=0 and STEAM_RUNTIME=1, to same results. Analyze of the crash dump gave libcrypto.so.1.0.2g related error. Someone helpful guessed that "this is from the removal of ssl2 which happened in openssl 1.0.2f -> 1.0.2g" So I rebuilt mesa with --with-sha1=libnettle (instead of libcrypto) and that now works. Who is to blame? Steam problems, not mesa. |