-
Notifications
You must be signed in to change notification settings - Fork 677
Description
Playing Counter-Strike 1.6 on online game servers is crashing steamclient.so once the computer uptime is higher than around 3 days.
Steps to Reproduce the issue:
1- Boot into openSUSE Tumbleweed.
2- Keep it on for a few days (my experiments shows around 3 days will have frequent crashes)
3- Launch Counter-Strike 1.6 and connect to a game server.
4- After 1 minute, the game will crash.
If computer is restarted, the crash vanishes for around 1 or 2 days and the game can be played normally in this period. When uptime is again around 3 days, the problems shows up again.
This happens regardless if I use the native Linux half-life client or run the Windows version via proton.
crash dumps made by steam and referenced by jornalctl which could not be uploaded to github: https://gofile.io/d/gJ62Mv
using voice_enable 0 doesn't affect anything. The game crashes regardless if voice is disabled.
Output of journalctl -r | grep -i "hl_linux\|cstrike\|steam" | head -n 200
steam_crash.txt
Crash stacktrace:
#1 0x00000000da1f6003 n/a (steamclient.so + 0x260b003)
#2 0x00000000da1f44dd n/a (steamclient.so + 0x26094dd)
#3 0x00000000d9bf3382 n/a (steamclient.so + 0x2008382)
#4 0x00000000d9bf3f08 n/a (steamclient.so + 0x2008f08)
#5 0x00000000d9bf458c n/a (steamclient.so + 0x200958c)
#6 0x00000000d9be490d n/a (steamclient.so + 0x1ff990d)
#7 0x00000000d9448376 n/a (steamclient.so + 0x185d376)
#8 0x00000000d8f82198 n/a (steamclient.so + 0x1397198)
#9 0x00000000d9270364 n/a (steamclient.so + 0x1685364)
#10 0x00000000d949c73f n/a (steamclient.so + 0x18b173f)
#11 0x00000000d926f9a7 n/a (steamclient.so + 0x16849a7)
#12 0x00000000d9499472 n/a (steamclient.so + 0x18ae472)
#13 0x00000000d949bab5 n/a (steamclient.so + 0x18b0ab5)
#14 0x00000000d949c2f1 n/a (steamclient.so + 0x18b12f1)
#15 0x00000000f353d59e _ZN16SteamThreadTools7CThread22ThreadExceptionWrapperEPv (libtier0_s.so + 0x3359e)
#19 0x00000000f35403f2 _ZN16SteamThreadTools7CThread10ThreadProcEPv (libtier0_s.so + 0x363f2)
#5 0x000000005691e015 n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x2df015)
#6 0x00000000568f77a7 n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x2b87a7)
#7 0x00000000568f7a83 n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x2b8a83)
#8 0x000000005691dd2e n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x2ded2e)
#9 0x000000005691aad8 n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x2dbad8)
#10 0x000000005691b41f n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x2dc41f)
#11 0x0000000056921b14 n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x2e2b14)
#5 0x00000000f353f4fc _ZN16SteamThreadTools17CThreadSyncObject4WaitEj (libtier0_s.so + 0x354fc)
#6 0x00000000d94dda2c n/a (steamclient.so + 0x18f2a2c)
#7 0x00000000d94b6775 n/a (steamclient.so + 0x18cb775)
#8 0x00000000d94b6d02 n/a (steamclient.so + 0x18cbd02)
#9 0x00000000d9497625 n/a (steamclient.so + 0x18ac625)
#10 0x00000000d90d265b n/a (steamclient.so + 0x14e765b)
#11 0x00000000f4baa5b5 n/a (steamui.so + 0x16425b5)
#12 0x00000000f4badc2f n/a (steamui.so + 0x1645c2f)
#13 0x00000000f498ab68 n/a (steamui.so + 0x1422b68)
#17 0x00000000f4b22fee n/a (steamui.so + 0x15bafee)
#18 0x00000000f4b25270 n/a (steamui.so + 0x15bd270)
#19 0x00000000f4b27354 n/a (steamui.so + 0x15bf354)
#20 0x00000000568ddaad n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x29eaad)
#21 0x00000000568ded20 n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x29fd20)
#22 0x00000000568dfc55 n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x2a0c55)
#25 0x00000000568c4031 n/a (/home/gbelinassi/.local/share/Steam/ubuntu12_32/steam + 0x285031)
May be related to #3937