Bug 1316505 - Steam now segfaults with self built Mesa (used to work)
Summary: Steam now segfaults with self built Mesa (used to work)
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: mesa
Version: 23
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-10 11:21 UTC by sheepdestroyer
Modified: 2016-03-20 10:27 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-03-20 10:27:00 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description sheepdestroyer 2016-03-10 11:21:44 UTC
On fedora 23 64b, Intel HD3000 (SNB)

I used to be able to run Steam on my self built i686 Mesa drivers, but not recently (few months).

I tried to build the simplest Mesa with default options, copying those of official Fedora (copied from koji, is there a better way?), then about any mix of FLAGS and arguments.

Steam runs on official Fedora Mesa builds but not on self built one anymore.
Reinstalling distro drivers does permit to run steam again.

It's not a generic pb with my build config though, as any other i686 GL apps run just fine.

What is the best way to compile an equivalent Mesa to the one available in repo?
What changed in Fedora that self built drivers (with default options) used to work but not anymore?

---------------------------------------

[sheepdestroyer@sheepora ~] $ steam
Running Steam on fedora 23 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1457571406)
Installing breakpad exception handler for appid(steam)/version(1457571406)
Installing breakpad exception handler for appid(steam)/version(1457571406)
assert_20160310200202_1.dmp[22400]: Uploading dump (out-of-process)
/tmp/dumps/assert_20160310200202_1.dmp
/home/sheepdestroyer/.local/share/Steam/steam.sh: line 756: 22394 Segmentation fault      (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
assert_20160310200202_1.dmp[22400]: Finished uploading minidump (out-of-process): success = yes
assert_20160310200202_1.dmp[22400]: response: CrashID=bp-9f7860f2-0a2f-4c4a-90e3-0ce112160310
assert_20160310200202_1.dmp[22400]: file ''/tmp/dumps/assert_20160310200202_1.dmp'', upload yes: ''CrashID=bp-9f7860f2-0a2f-4c4a-90e3-0ce112160310''
[sheepdestroyer@sheepora ~] $

Comment 1 sheepdestroyer 2016-03-10 15:17:01 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

Comment 2 sheepdestroyer 2016-03-10 15:18:26 UTC
I did try with both STEAM_RUNTIME=0 and STEAM_RUNTIME=1, to same results.

Comment 3 sheepdestroyer 2016-03-11 07:08:42 UTC
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?

Comment 4 Igor Gnatenko 2016-03-20 10:27:00 UTC
Steam problems, not mesa.


Note You need to log in before you can comment on or make changes to this bug.