Created
November 17, 2024 20:57
-
-
Save tu-maurice/acc2c80ede61be10cdf56493a9741dce to your computer and use it in GitHub Desktop.
Steam segmentation fault in gdb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> DEBUGGER=gdb steam ~ | |
steam.sh[9317]: Running Steam on nixos 24.05 64-bit | |
steam.sh[9317]: STEAM_RUNTIME is enabled automatically | |
setup.sh[9367]: Steam runtime environment up-to-date! | |
steam.sh[9317]: Setting up for debugging, not logging to console-linux.txt | |
steam.sh[9317]: Steam client's requirements are satisfied | |
gdb/cgdb launch with ARGSFILE: user.steam.gdb.0m3i | |
gdb -x user.steam.gdb.0m3i --args /home/user/.local/share/Steam/ubuntu12_32/steam | |
GNU gdb (GDB) 14.2 | |
Copyright (C) 2023 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. | |
Type "show copying" and "show warranty" for details. | |
This GDB was configured as "x86_64-unknown-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: | |
<https://www.gnu.org/software/gdb/bugs/>. | |
Find the GDB manual and other documentation resources online at: | |
<http://www.gnu.org/software/gdb/documentation/>. | |
For help, type "help". | |
Type "apropos word" to search for commands related to "word"... | |
Reading symbols from /home/user/.local/share/Steam/ubuntu12_32/steam... | |
(No debugging symbols found in /home/user/.local/share/Steam/ubuntu12_32/steam) | |
LD_LIBRARY_PATH = /home/user/.local/share/Steam/ubuntu12_32:/home/user/.local/share/Steam/ubuntu12_32/panorama:/home/user/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_32:/home/user/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64:/lib64:/lib32:/steamrt/amd64/lib/x86_64-linux-gnu:/steamrt/amd64/lib:/steamrt/amd64/usr/lib/x86_64-linux-gnu:/steamrt/amd64/usr/lib:/steamrt/i386/lib/i386-linux-gnu:/steamrt/i386/lib:/steamrt/i386/usr/lib/i386-linux-gnu:/steamrt/i386/usr/lib:/run/opengl-driver/lib:/run/opengl-driver-32/lib:/lib:/lib32:/run/opengl-driver/lib:/run/opengl-driver-32/lib:/nix/store/kpy2cyd05vdr6j1h200av81fnlxl1jw0-glibc-2.39-52/lib:/home/user/.local/share/Steam/ubuntu12_32/steam-runtime/lib/i386-linux-gnu:/home/user/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/i386-linux-gnu:/home/user/.local/share/Steam/ubuntu12_32/steam-runtime/lib/x86_64-linux-gnu:/home/user/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu:/home/user/.local/share/Steam/ubuntu12_32/steam-runtime/lib:/home/user/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib | |
Cache hits (this session): 0 | |
Cache misses (this session): 0 | |
(gdb) run | |
Starting program: /home/user/.local/share/Steam/ubuntu12_32/steam | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/nix/store/kpy2cyd05vdr6j1h200av81fnlxl1jw0-glibc-2.39-52/lib/libthread_db.so.1". | |
CProcessEnvironmentManager is ready, 6 preallocated environment variables. | |
[2024-11-17 21:46:08] Startup - updater built Nov 12 2024 17:09:08 | |
[2024-11-17 21:46:08] Startup - Steam Client launched with: '/home/user/.local/share/Steam/ubuntu12_32/steam' | |
11/17 21:46:08 minidumps folder is set to /tmp/dumps | |
11/17 21:46:08 Init: Installing breakpad exception handler for appid(steam)/version(1731433018)/tid(9446) | |
warning: File "/nix/store/vhbddcq68rwg5dpmw8i7c4f9fw3jrf2n-gcc-13.2.0-lib/lib/libstdc++.so.6.0.32-gdb.py" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load:/nix/store/gwxqkkagvqcbf5ac4jm246c6mg7nbp3h-gcc-13.2.0-lib". | |
To enable execution of this file add | |
add-auto-load-safe-path /nix/store/vhbddcq68rwg5dpmw8i7c4f9fw3jrf2n-gcc-13.2.0-lib/lib/libstdc++.so.6.0.32-gdb.py | |
line to your configuration file "/home/user/.config/gdb/gdbinit". | |
To completely disable this security protection add | |
set auto-load safe-path / | |
line to your configuration file "/home/user/.config/gdb/gdbinit". | |
For more information about this security protection see the | |
"Auto-loading safe path" section in the GDB manual. E.g., run from the shell: | |
info "(gdb)Auto-loading safe path" | |
[New Thread 0xeb0d3b40 (LWP 9449)] | |
[New Thread 0xea5beb40 (LWP 9450)] | |
[New Thread 0xe9bffb40 (LWP 9451)] | |
[New Thread 0xe93feb40 (LWP 9452)] | |
[New Thread 0xe83ffb40 (LWP 9453)] | |
[New Thread 0xe7bfeb40 (LWP 9454)] | |
[New Thread 0xe71ffb40 (LWP 9455)] | |
[New Thread 0xe67ffb40 (LWP 9456)] | |
[New Thread 0xe5dffb40 (LWP 9457)] | |
Looks like steam didn't shutdown cleanly, scheduling immediate update check | |
[2024-11-17 21:46:08] Loading cached metrics from disk (/home/user/.local/share/Steam/package/steam_client_metrics.bin) | |
[2024-11-17 21:46:08] Using the following download hosts for Public, Realm steamglobal | |
[2024-11-17 21:46:08] 1. https://client-update.fastly.steamstatic.com, /, Realm 'steamglobal', weight was 900, source = 'update_hosts_cached.vdf' | |
[2024-11-17 21:46:08] 2. https://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 100, source = 'update_hosts_cached.vdf' | |
[2024-11-17 21:46:08] 3. https://client-update.steamstatic.com, /, Realm 'steamglobal', weight was 1, source = 'baked in' | |
[New Thread 0xe53ffb40 (LWP 9458)] | |
[2024-11-17 21:46:08] Checking for update on startup | |
[2024-11-17 21:46:08] Checking for available updates... | |
[2024-11-17 21:46:08] Downloading manifest: https://client-update.fastly.steamstatic.com/steam_client_ubuntu12 | |
[2024-11-17 21:46:08] Manifest download: send request | |
[New Thread 0xe50ffb40 (LWP 9459)] | |
[2024-11-17 21:46:08] Manifest download: waiting for download to finish | |
[2024-11-17 21:46:08] Manifest download: finished | |
[2024-11-17 21:46:08] Download skipped: /steam_client_ubuntu12 version 1731433018, installed version 1731433018, existing pending version 0 | |
[2024-11-17 21:46:08] Nothing to do | |
[2024-11-17 21:46:08] Verifying installation... | |
[2024-11-17 21:46:08] Performing checksum verification of executable files | |
[2024-11-17 21:46:09] Verification complete | |
UpdateUI: skip show logo[Thread 0xe5dffb40 (LWP 9457) exited] | |
[Thread 0xe67ffb40 (LWP 9456) exited] | |
[Thread 0xe71ffb40 (LWP 9455) exited] | |
[Thread 0xe9bffb40 (LWP 9451) exited] | |
[Thread 0xe93feb40 (LWP 9452) exited] | |
[Thread 0xe83ffb40 (LWP 9453) exited] | |
[Thread 0xe7bfeb40 (LWP 9454) exited] | |
[Thread 0xea5beb40 (LWP 9450) exited] | |
[Thread 0xeb0d3b40 (LWP 9449) exited] | |
Steam logging initialized: directory: /home/user/.local/share/Steam/logs | |
[New Thread 0xeb0d3b40 (LWP 9460)] | |
[New Thread 0xea5beb40 (LWP 9461)] | |
[Detaching after vfork from child process 9462] | |
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xe8fc77b0 | |
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xe8fc5f90 | |
[New Thread 0xe7bfeb40 (LWP 9463)] | |
[New Thread 0xe83ffb40 (LWP 9464)] | |
[New Thread 0xe1ce8b40 (LWP 9465)] | |
[New Thread 0xe14e7b40 (LWP 9466)] | |
[New Thread 0xe08e6b40 (LWP 9467)] | |
[New Thread 0xe00e5b40 (LWP 9468)] | |
[New Thread 0xdf8e4b40 (LWP 9469)] | |
[New Thread 0xdf0e3b40 (LWP 9470)] | |
[New Thread 0xde6ffb40 (LWP 9471)] | |
[Thread 0xde6ffb40 (LWP 9471) exited] | |
[Thread 0xdf0e3b40 (LWP 9470) exited] | |
[Thread 0xdf8e4b40 (LWP 9469) exited] | |
[Thread 0xe1ce8b40 (LWP 9465) exited] | |
[Thread 0xe14e7b40 (LWP 9466) exited] | |
[Thread 0xe08e6b40 (LWP 9467) exited] | |
[Thread 0xe00e5b40 (LWP 9468) exited] | |
[Thread 0xe83ffb40 (LWP 9464) exited] | |
[Thread 0xe7bfeb40 (LWP 9463) exited] | |
[Detaching after vfork from child process 9475] | |
[New Thread 0xe7bfeb40 (LWP 9476)] | |
[New Thread 0xe83ffb40 (LWP 9477)] | |
[New Thread 0xe00e5b40 (LWP 9478)] | |
[New Thread 0xe08e6b40 (LWP 9479)] | |
[New Thread 0xe18e8b40 (LWP 9480)] | |
[New Thread 0xe10e7b40 (LWP 9481)] | |
[New Thread 0xdf8e4b40 (LWP 9482)] | |
[New Thread 0xdf0e3b40 (LWP 9483)] | |
[New Thread 0xde6ffb40 (LWP 9484)] | |
[Thread 0xde6ffb40 (LWP 9484) exited] | |
[Thread 0xdf0e3b40 (LWP 9483) exited] | |
[Thread 0xdf8e4b40 (LWP 9482) exited] | |
[Thread 0xe00e5b40 (LWP 9478) exited] | |
[Thread 0xe08e6b40 (LWP 9479) exited] | |
[Thread 0xe18e8b40 (LWP 9480) exited] | |
[Thread 0xe10e7b40 (LWP 9481) exited] | |
[Thread 0xe83ffb40 (LWP 9477) exited] | |
[Thread 0xe7bfeb40 (LWP 9476) exited] | |
[Detaching after fork from child process 9485] | |
steamwebhelper.sh[9485]: Using supervisor /home/user/.steam/root/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-supervisor | |
[New Thread 0xe1e29b40 (LWP 9498)] | |
steamwebhelper.sh[9485]: Starting steamwebhelper under bootstrap sniper steam runtime via /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-sniper.sh | |
steamwebhelper.sh[9485]: Using CEF sandbox \(try with -no-cef-sandbox if this fails\) | |
steamwebhelper.sh[9485]: Starting steamwebhelper with Sniper steam runtime at /home/user/.local/share/Steam/ubuntu12_64/steam-runtime-sniper/_v2-entry-point | |
[New Thread 0xe7bfeb40 (LWP 9517)] | |
[New Thread 0xe83ffb40 (LWP 9519)] | |
[New Thread 0xe10e7b40 (LWP 9520)] | |
[New Thread 0xe18e8b40 (LWP 9521)] | |
[New Thread 0xe03a5b40 (LWP 9522)] | |
[New Thread 0xdfba4b40 (LWP 9523)] | |
[New Thread 0xdf3a3b40 (LWP 9532)] | |
[New Thread 0xde6ffb40 (LWP 9533)] | |
[New Thread 0xddcffb40 (LWP 9534)] | |
[New Thread 0xdcf90b40 (LWP 9549)] | |
[New Thread 0xda5b1b40 (LWP 9550)] | |
[New Thread 0xd9bffb40 (LWP 9551)] | |
[New Thread 0xd97e4b40 (LWP 9552)] | |
[New Thread 0xd94ffb40 (LWP 9553)] | |
[Thread 0xd97e4b40 (LWP 9552) exited] | |
[New Thread 0xd91ffb40 (LWP 9554)] | |
[Thread 0xd91ffb40 (LWP 9554) exited] | |
[New Thread 0xd8cffb40 (LWP 9555)] | |
[New Thread 0xd91ffb40 (LWP 9556)] | |
[New Thread 0xd89feb40 (LWP 9557)] | |
[New Thread 0xd84e3b40 (LWP 9558)] | |
[New Thread 0xd81ffb40 (LWP 9559)] | |
[New Thread 0xd7effb40 (LWP 9560)] | |
[New Thread 0xd7bffb40 (LWP 9561)] | |
[New Thread 0xd71ffb40 (LWP 9564)] | |
[Thread 0xd7effb40 (LWP 9560) exited] | |
[New Thread 0xd67ffb40 (LWP 9565)] | |
[New Thread 0xd1ffeb40 (LWP 9566)] | |
[New Thread 0xd1cffb40 (LWP 9567)] | |
[Detaching after fork from child process 9568] | |
[New Thread 0xd19ffb40 (LWP 9569)] | |
[New Thread 0xd15feb40 (LWP 9570)] | |
[New Thread 0xd12ffb40 (LWP 9571)] | |
[New Thread 0xd0efeb40 (LWP 9572)] | |
[New Thread 0xcc6fdb40 (LWP 9573)] | |
[New Thread 0xcc5fcb40 (LWP 9606)] | |
[New Thread 0xcc4fbb40 (LWP 9607)] | |
Steam Runtime Launch Service: starting steam-runtime-launcher-service | |
[Detaching after fork from child process 9661] | |
Steam Runtime Launch Service: steam-runtime-launcher-service is running pid 9661 | |
bus_name=com.steampowered.PressureVessel.LaunchAlongsideSteam | |
[Detaching after fork from child process 9723] | |
pressure-vessel-wrap[9511]: W: "/run/current-system/sw/bin/getent" is unlikely to appear in "/run/host" | |
pressure-vessel-wrap[9511]: W: Found more than one possible libdrm data directory from provider | |
exec ./steamwebhelper -lang=en_US -cachedir=/home/user/.local/share/Steam/config/htmlcache -steampid=9446 -buildid=1731433018 -steamid=0 -logdir=/home/user/.local/share/Steam/logs -uimode=7 -startcount=0 -steamuniverse=Public -realm=Global -clientui=/home/user/.local/share/Steam/clientui -steampath=/home/user/.local/share/Steam/ubuntu12_32/steam -launcher=0 -dev -no-restart-on-ui-mode-change --valve-initial-threadpool-size=4 --valve-enable-site-isolation --enable-smooth-scrolling --password-store=basic --log-file=/home/user/.local/share/Steam/logs/cef_log.txt --disable-quick-menu --enable-features=PlatformHEVCDecoderSupport --disable-features=SpareRendererForSitePerProcess,DcheckIsFatal,ValveFFmpegAllowLowDelayHEVC | |
[Detaching after fork from child process 9797] | |
[New Thread 0xcc3fab40 (LWP 9855)] | |
[Detaching after fork from child process 9866] | |
[New Thread 0xcbcf9b40 (LWP 9872)] | |
[Detaching after vfork from child process 9873] | |
[Detaching after vfork from child process 9874] | |
[New Thread 0xd7effb40 (LWP 9902)] | |
[New Thread 0xcb7ffb40 (LWP 9903)] | |
[Thread 0xd7effb40 (LWP 9902) exited] | |
[Thread 0xcb7ffb40 (LWP 9903) exited] | |
[New Thread 0xcb6feb40 (LWP 9904)] | |
[New Thread 0xcaefdb40 (LWP 9905)] | |
[Detaching after vfork from child process 9906] | |
[Detaching after vfork from child process 9907] | |
[Detaching after vfork from child process 9908] | |
[Detaching after vfork from child process 9909] | |
[Detaching after vfork from child process 9910] | |
[Detaching after vfork from child process 9911] | |
[New Thread 0xd97e4b40 (LWP 9912)] | |
[Thread 0xcb6feb40 (LWP 9904) exited] | |
[Detaching after vfork from child process 9913] | |
[Detaching after vfork from child process 9915] | |
[New Thread 0xca4ffb40 (LWP 9916)] | |
[New Thread 0xca3feb40 (LWP 9917)] | |
[New Thread 0xc9affb40 (LWP 9918)] | |
Thread 45 "IPC:CSteamEngin" received signal SIGSEGV, Segmentation fault. | |
[Switching to Thread 0xd9bffb40 (LWP 9551)] | |
0xdaae4f9d in ?? () from /home/user/.local/share/Steam/ubuntu12_32/steamclient.so | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment