Open giraudan opened 1 year ago
See https://github.com/ValveSoftware/steam-for-linux/issues/9060 - have you tried restarting the pipewire service to see if that has an impact on reproduction of the crash?
Thank you for that, I hadn't found that issue. The crash seems to be intermittent, I can't reproduce it today, so I'll bookmark #9060 on my end, and if you want to close this issue, you can. Otherwise, whenever the crash happens again, I'll try the suggestion and update this issue.
had the same problem. restarting pipwire solved it. i will look into it again after a restart wether the error returns.
I confirm that running systemctl --user restart pipewire
and relaunching also solves the issue for me
Ran into this myself (Ubuntu 22.04). The above workaround works, at least until next reboot.
This solution works in Fedora as well
Same thing happened after booting up this morning. (Debian 12) Call stack of:
#0 0xe588cf64 in () at /home/user/.local/share/Steam/ubuntu12_32/libaudio.so
#1 0xed804476 in () at /lib/i386-linux-gnu/libpulse.so.0
#2 0xed23418d in () at /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-16.1.so
#3 0xed234477 in pa_pdispatch_run () at /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-16.1.so
#4 0xed7f7d95 in () at /lib/i386-linux-gnu/libpulse.so.0
#5 0xed236edd in () at /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-16.1.so
#6 0xed239e65 in () at /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-16.1.so
#7 0xed80d8f7 in pa_mainloop_dispatch () at /lib/i386-linux-gnu/libpulse.so.0
#8 0xed80dc2c in pa_mainloop_iterate () at /lib/i386-linux-gnu/libpulse.so.0
#9 0xed80dcdc in pa_mainloop_run () at /lib/i386-linux-gnu/libpulse.so.0
#10 0xed81c490 in () at /lib/i386-linux-gnu/libpulse.so.0
#11 0xed24c7ac in () at /usr/lib/i386-linux-gnu/pulseaudio/libpulsecommon-16.1.so
#12 0xf7ad335d in () at /lib/i386-linux-gnu/libc.so.6
#13 0xf7b6e688 in () at /lib/i386-linux-gnu/libc.so.6
Not fixed by restarting pipewire-pulse.service
, but restarting pipewire
works. This has not happened before.
@thevbw can you provide a crash ID for this issue from an upload to our servers? Or a crash_*.dmp
file directly.
@thevbw .. crash ID .. Or a
crash_*.dmp
file directly
Where would I get either of these things? I can try and retrieve the coredump saved by systemd if it is still present
It's normally written out to /tmp/dumps
. You can check in ~/.steam/steam/logs/console-linux.txt
or run steam from a terminal to get more information when a crash or assert minidump is recorded.
Your system information
Please describe your issue in as much detail as possible:
When I launch
steam-runtime
, I get a segmentation fault. Here is the standard output ofsteam-runtime
, and here is what happens when launched withgdb
.I noticed that the steam updater finishes successfully (when there's an update) before the crash.
It looks like the issue is in
libaudio.so
, which seems to be like #9204.Steps for reproducing this issue:
multilib
repositorysteam-runtime
Additional details
Potentially relevant installed packages
Libraries linking
By default,
libtier0_s.so
andlibvstdlib_s.so
are not found, but if I setLD_LIBRARY_PATH
to/home/giraudan/.local/share/Steam/ubuntu12_32
, they're found: