protonscr

[Bug] V1779155395 occasionally `SEGV`s, without interaction, in the background.

steamopen Steam clientDistro Family: Fedora
ValveSoftware/steam-for-linux#13228 · opened 2026-05-19 by beedell-roke · updated 2026-05-19 · 0 comments · github
Bbeedell-roke 2026-05-19 github

My Environment

  • Steam Client Version

    1. #!/usr/bin/env steam
      document.querySelector("#popup_target > div > div._1ENHEsrSLcTRtPQFl1F-wL._1DvwQt0JN-Ogp_4tVZdkzX > div._3mz8wQ6Q44B8P7pzPP4Iyw > div._3Z7VQ1IMk4E3HsHvrkLNgo > div._39oUCO1OuizVPwcnnv88no > div._1Ky59qmywxOUtNcI1cgmkX._3s0lkohH8wU2do0K1il28Y > div:nth-child(5)").click();
      document.querySelector("#popup_target > div > div > div:nth-child(11)").click();
      document.execCommand("selectall", null, false);
      document.execCommand('copy');
      

    2. Steam Beta Branch:  Steam Beta Update
      Steam Version:  1779155395
      Steam Client Build Date:  Tue, May 19, 2026 02:26 UTC -08:00
      Steam Web Build Date:  Tue, May 19, 2026 02:24 UTC -08:00
      Steam API Version:  SteamClient023
      

    RPM

    1. #!/usr/bin/env sh
      rpm -qf "$(command -v steam)" \
      	--queryformat "$(
      		cat <<'EOF'
      Name: %{NAME}
      Version: %{VERSION}
      Release: %{RELEASE}
      Architecture: %{ARCH}
      Install Date: %{INSTALLTIME:date}
      Size: %{SIZE}
      Signature: %{SIGPGP:pgpsig}
      Source RPM: %{SOURCERPM}
      Build Date: %{BUILDTIME:date}
      Build Host: %{BUILDHOST}
      Packager: %{PACKAGER}
      Vendor: %{VENDOR}
      EOF
      	)"$'\n' | yq -P
      

    2. Name: steam
      Version: 1.0.0.85
      Release: 7.fc44
      Architecture: i686
      Install Date: Mon 18 May 2026 20:22:43 BST
      Size: 20393919
      Signature: EdDSA/SHA256, Tue 28 Apr 2026 03:21:00 BST, Key ID 00cdab43de226d6f
      Source RPM: steam-1.0.0.85-7.fc44.src.rpm
      Build Date: Tue 28 Apr 2026 03:20:48 BST
      Build Host: 3c22bb3a4652
      Packager: Cappy Ishihara <[email protected]>
      Vendor: Terra
      

  • OS And DE

    1. #!/usr/bin/env sh
      cat /etc/os-release | jc --ini | jq 'with_entries(.value |= (if type=="string" and test("^[0-9]+$") then tonumber else . end))| {VARIANT, NAME, VERSION_ID}' | yq -P
      

    2. VARIANT: KDE Plasma Desktop Edition
      NAME: Fedora Linux
      VERSION_ID: 44
      
  • Whether Opted-Into The Steam Client Beta

    Yes:

    <div class="DialogDropDown_CurrentDisplay">Steam Beta Update</div>
    
  • Whether Updated Have Been Checked For

    Yes, via:

    #!/usr/bin/env sh
    run0 dnf5 upgrade -y --refresh && \
    run0 dnf5 offline reboot -y
    
  • Steam Logs

    1. #!/usr/bin/env sh
      tar -zcvf $HOME/Desktop/steam-logs.tar.gz $HOME/.steam/steam/logs
      

    2. user-attachments/files/28031809/steam-logs.tar.gz

  • GPU

    1. #!/usr/bin/env sh
      kinfo | yq -P | grep 'Graphics Processor'
      

    2. Graphics Processor 1: AMD Radeon RX 5700
      Graphics Processor 2: AMD Ryzen 5 7600X 6-Core Processor
      

    1. #!/usr/bin/env sh
      run0 lshw -json -C display | yq -P
      

      ^1

    2. - id: display               
      class: display
      claimed: true
      handle: PCI:0000:03:00.0
      description: VGA compatible controller
      product: Navi 10 [Radeon RX 5600 OEM/5600 XT / 5700/5700 XT]
      vendor: Advanced Micro Devices, Inc. [AMD/ATI]
      physid: "0"
      businfo: pci@0000:03:00.0
      version: c4
      width: 64
      clock: 33000000
      configuration:
      	driver: amdgpu
      	latency: "0"
      capabilities:
      	pm: Power Management
      	pciexpress: PCI Express
      	msi: Message Signalled Interrupts
      	vga_controller: true
      	bus_master: bus mastering
      	cap_list: PCI capabilities listing
      	rom: extension ROM
      - id: display
      class: display
      claimed: true
      handle: PCI:0000:59:00.0
      description: VGA compatible controller
      product: Raphael
      vendor: Advanced Micro Devices, Inc. [AMD/ATI]
      physid: "0"
      businfo: pci@0000:59:00.0
      version: c7
      width: 64
      clock: 33000000
      configuration:
      	driver: amdgpu
      	latency: "0"
      capabilities:
      	pm: Power Management
      	pciexpress: PCI Express
      	msi: Message Signalled Interrupts
      	msix: MSI-X
      	vga_controller: true
      	bus_master: bus mastering
      	cap_list: PCI capabilities listing
      

What The Problem Is

Occaionally, SteamRT3 appears to SEGV, in the background:

beedell.roke_julian_lockhart@beedell:~$ journalctl --list-boots | awk 'END{print $2}'
b8b7e2ab76e84f6bbdfb887c27eb234e
beedell.roke_julian_lockhart@beedell:~$ coredumpctl list -r | grep steam
Tue 2026-05-19 22:09:22 BST 118120 1000 1000 SIGSEGV present  /home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam   1.7M
beedell.roke_julian_lockhart@beedell:~$ coredumpctl debug _BOOT_ID=b8b7e2ab76e84f6bbdfb887c27eb234e COREDUMP_PID=118120
           PID: 118120 (steam)
           UID: 1000 (beedell.roke_julian_lockhart)
           GID: 1000 (beedell.roke_julian_lockhart)
        Signal: 11 (SEGV)
     Timestamp: Tue 2026-05-19 22:09:22 BST (35min ago)
  Command Line: /home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam -srt-logger-opened
    Executable: /home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam
 Control Group: /user.slice/user-1000.slice/[email protected]/app.slice/[email protected]
          Unit: [email protected]
     User Unit: [email protected]
         Slice: user-1000.slice
     Owner UID: 1000 (beedell.roke_julian_lockhart)
       Boot ID: b8b7e2ab76e84f6bbdfb887c27eb234e
    Machine ID: cab57430e115444dae142931aa92a5c5
      Hostname: beedell.rokeJulianLockhart.tf81nk
       Storage: /var/lib/systemd/coredump/core.steam.1000.b8b7e2ab76e84f6bbdfb887c27eb234e.118120.1779224962000000.zst (present)
  Size on Disk: 1.7M
       Message: Process 118120 (steam) of user 1000 dumped core.
                
                Module /run/host/usr/lib64/libsystemd.so.0.42.0 from rpm systemd-259.5-1.fc44.x86_64
                Module /run/host/usr/lib64/libGLdispatch.so.0.0.0 from rpm libglvnd-1.7.0-9.fc44.x86_64
                Module /run/host/usr/lib64/libGLX.so.0.0.0 from rpm libglvnd-1.7.0-9.fc44.x86_64
                Module /run/host/usr/lib64/libdrm.so.2.133.0 from rpm libdrm-2.4.133-1.fc44.x86_64
                Module /run/host/usr/lib64/libGL.so.1.7.0 from rpm libglvnd-1.7.0-9.fc44.x86_64
                Module /run/host/usr/lib64/libva.so.2.2300.0 from rpm libva-2.23.0-3.fc44.x86_64
                Module /run/host/usr/lib64/libvdpau.so.1.0.0 from rpm libvdpau-1.5-11.fc44.x86_64
                Module /run/host/usr/lib64/libX11-xcb.so.1.0.0 from rpm libX11-1.8.13-1.fc44.x86_64
                Module /run/host/usr/lib64/libexpat.so.1.12.1 from rpm expat-2.8.1-1.fc44.x86_64
                Module /run/host/usr/lib64/libxcb.so.1.1.0 from rpm libxcb-1.17.0-7.fc44.x86_64
                Module /run/host/usr/lib64/libXau.so.6.0.0 from rpm libXau-1.0.12-4.fc44.x86_64
                Module /run/host/usr/lib64/libxcb-shm.so.0.0.0 from rpm libxcb-1.17.0-7.fc44.x86_64
                Module /run/host/usr/lib64/libz.so.1.3.1.zlib-ng from rpm zlib-ng-2.3.3-3.fc44.x86_64
                Module /run/host/usr/lib64/libXext.so.6.4.0 from rpm libXext-1.3.6-5.fc44.x86_64
                Module /run/host/usr/lib64/libX11.so.6.4.0 from rpm libX11-1.8.13-1.fc44.x86_64
                Module /run/host/usr/lib64/libXfixes.so.3.1.0 from rpm libXfixes-6.0.1-7.fc44.x86_64
                Stack trace of thread 118120:
                #0  0x00007f1beac73853 XQueryExtension (/run/host/usr/lib64/libX11.so.6.4.0 + 0x23853)
                #1  0x00007f1be80a493c glXQueryExtension (/run/host/usr/lib64/libGLX.so.0.0.0 + 0x1493c)
                #2  0x00007f1bdf26924e n/a (vgui2_s.so + 0x26924e)
                #3  0x00007f1bdf27ca5d n/a (vgui2_s.so + 0x27ca5d)
                #4  0x00007f1be3ae1adc n/a (steamui.so + 0x24e1adc)
                #5  0x00007f1be2bf5806 n/a (steamui.so + 0x15f5806)
                #6  0x00007f1be2d83240 n/a (steamui.so + 0x1783240)
                #7  0x00005582d34fb06f n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x2e206f)
                #8  0x00005582d34fc11e n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x2e311e)
                #9  0x00005582d34fc3c2 n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x2e33c2)
                [#10](/issue/ValveSoftware/steam-for-linux/10) 0x00007f1bf97e3681 __libc_start_call_main (/run/host/usr/lib64/libc.so.6 + 0x3681)
                [#11](/issue/ValveSoftware/steam-for-linux/11) 0x00007f1bf97e3798 __libc_start_main@@GLIBC_2.34 (/run/host/usr/lib64/libc.so.6 + 0x3798)
                [#12](/issue/ValveSoftware/steam-for-linux/12) 0x00005582d34e302a n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x2ca02a)
                
                Stack trace of thread 118127:
                #0  0x00007f1bf985be32 __syscall_cancel_arch (/run/host/usr/lib64/libc.so.6 + 0x7be32)
                #1  0x00007f1bf985006c __internal_syscall_cancel (/run/host/usr/lib64/libc.so.6 + 0x7006c)
                #2  0x00007f1bf98500b4 __syscall_cancel (/run/host/usr/lib64/libc.so.6 + 0x700b4)
                #3  0x00007f1bf98d7bf5 epoll_wait (/run/host/usr/lib64/libc.so.6 + 0xf7bf5)
                #4  0x00007f1be31d0260 n/a (steamui.so + 0x1bd0260)
                #5  0x00007f1be31cefc0 n/a (steamui.so + 0x1bcefc0)
                #6  0x00007f1be9bb68ed n/a (libtier0_s.so + 0x3b8ed)
                #7  0x00007f1be9bb6fd5 CatchAndWriteMiniDumpExForVoidPtrFn (libtier0_s.so + 0x3bfd5)
                #8  0x00007f1be31ce638 n/a (steamui.so + 0x1bce638)
                #9  0x00007f1be9bb8841 n/a (libtier0_s.so + 0x3d841)
                [#10](/issue/ValveSoftware/steam-for-linux/10) 0x00007f1bf9853759 start_thread (/run/host/usr/lib64/libc.so.6 + 0x73759)
                [#11](/issue/ValveSoftware/steam-for-linux/11) 0x00007f1bf98d790c __clone3 (/run/host/usr/lib64/libc.so.6 + 0xf790c)
                
                Stack trace of thread 118125:
                #0  0x00007f1bf985be32 __syscall_cancel_arch (/run/host/usr/lib64/libc.so.6 + 0x7be32)
                #1  0x00007f1bf985006c __internal_syscall_cancel (/run/host/usr/lib64/libc.so.6 + 0x7006c)
                #2  0x00007f1bf98503b7 __GI___futex_abstimed_wait_cancelable64 (/run/host/usr/lib64/libc.so.6 + 0x703b7)
                #3  0x00007f1bf9852e22 pthread_cond_timedwait@@GLIBC_2.3.2 (/run/host/usr/lib64/libc.so.6 + 0x72e22)
                #4  0x00005582d3ba06e4 n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x9876e4)
                #5  0x00005582d351a779 n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x301779)
                #6  0x00005582d351a975 n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x301975)
                #7  0x00005582d3ba037a n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x98737a)
                #8  0x00005582d3b9dbad n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x984bad)
                #9  0x00005582d3b9e3db n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x9853db)
                [#10](/issue/ValveSoftware/steam-for-linux/10) 0x00005582d3ba4602 n/a (/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam + 0x98b602)
                [#11](/issue/ValveSoftware/steam-for-linux/11) 0x00007f1bf9853759 start_thread (/run/host/usr/lib64/libc.so.6 + 0x73759)
                [#12](/issue/ValveSoftware/steam-for-linux/12) 0x00007f1bf98d790c __clone3 (/run/host/usr/lib64/libc.so.6 + 0xf790c)
                ELF object binary architecture: AMD x86-64

GNU gdb (Fedora Linux) 17.1-4.fc44
Copyright (C) 2025 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-redhat-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/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam...

This GDB supports auto-downloading debuginfo from the following URLs:
  <ima:enforcing>
  <https://debuginfod.fedoraproject.org/>
  <ima:ignore>
Enable debuginfod for this session? (y or [n]) y
Debuginfod has been enabled.
To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit.
(No debugging symbols found in /home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam)

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libopenal.so.1.19.1 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libmd.so.0.0.4 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libopus.so.0.8.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.12 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.9 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libICE.so.6.3.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libFLAC.so.8.3.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.31 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libdbus-1.so.3.19.17 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-16.1.so during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libbsd.so.0.11.3 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libpipewire-0.3.so.0.365.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libXtst.so.6.1.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libSM.so.6.0.1 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libogg.so.0.8.4 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libpulse.so.0.24.2 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libbz2.so.1.0.4 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libxcb-res.so.0.0.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libbrotlicommon.so.1.0.9 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libbrotlidec.so.1.0.9 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libgraphite2.so.3.2.1 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libdatrie.so.1.4.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libpcre2-8.so.0.10.1 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libblkid.so.1.1.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libpng16.so.16.37.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libfreetype.so.6.17.4 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libpixman-1.so.0.40.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libXrandr.so.2.2.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libuuid.so.1.3.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libxcb-render.so.0.0.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.20704.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libfribidi.so.0.4.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libpcre.so.3.13.3 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libmount.so.1.1.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libthai.so.0.3.1 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libffi.so.7.1.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libselinux.so.1 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libXdamage.so.1.1.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libXcomposite.so.1.0.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libXi.so.6.1.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libfontconfig.so.1.12.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0.4600.2 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libcairo.so.2.11600.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0.4600.2 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0.23609.1 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0.4600.2 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.6600.8 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0.6600.8 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0.2400.33 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0.2400.33 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0.4200.2 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.6600.8 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4.0.12 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libXinerama.so.1.0.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0.6600.8 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4.0.12 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libayatana-indicator.so.7.0.0 during file-backed mapping note processing

⚠ warning: Can't open file /usr/lib/x86_64-linux-gnu/libayatana-appindicator.so.1.0.0 during file-backed mapping note processing
[New LWP 118120]
[New LWP 118127]
[New LWP 118125]

⚠ warning: Could not load shared library symbols for 61 libraries, e.g. /usr/lib/pressure-vessel/overrides/lib/x86_64-linux-gnu/aliases/libappindicator.so.1.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
Downloading 298.57 K separate debug info for /run/host/usr/lib64/libGL.so.1.7.0
Downloading 68.77 K separate debug info for /run/host/usr/lib64/libvdpau.so.1.0.0                                                                                                                                                                                                                                           
Downloading separate debug info for /home/beedell.roke_julian_lockhart/.cache/debuginfod_client/e30cd1ed3656cc465c5874558284beb7e4ee0e92/debuginfo                                                                                                                                                                          
--Type <RET> for more, q to quit, c to continue without paging--c
[Thread debugging using libthread_db enabled]                                                                                                                                                                                                                                                                               
Using host libthread_db library "/lib64/libthread_db.so.1".
Core was generated by `/home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steam -srt-logger-opened'.
Program terminated with signal SIGSEGV, Segmentation fault.
Downloading 1.97 K source file /usr/src/debug/libX11-1.8.13-1.fc44.x86_64/src/QuExt.c
#0  XQueryExtension (dpy=dpy@entry=0x0, name=name@entry=0x7f1be80ac87a "GLX", major_opcode=major_opcode@entry=0x7ffee4dbbea4, first_event=first_event@entry=0x7ffee4dbbea0, first_error=first_error@entry=0x7ffee4dbbe9c) at /usr/src/debug/libX11-1.8.13-1.fc44.x86_64/src/QuExt.c:48                                      
48          LockDisplay(dpy);
[Current thread is 1 (Thread 0x7f1bf97dbfc0 (LWP 118120))]
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/d9/8695144a33f9deee202030b870cad2497270cc /usr/lib/debug/.build-id/d9/8695144a33f9deee202030b870cad2497270cc.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/b5/e44f00687c4dfb2f70a3693b6a81c70c4a11d5 /usr/lib/debug/.build-id/b5/e44f00687c4dfb2f70a3693b6a81c70c4a11d5.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/b1/d12149ecfa4da848f8d65e0c5030d92719efae /usr/lib/debug/.build-id/b1/d12149ecfa4da848f8d65e0c5030d92719efae.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/15/116f34e1cc88f88c13d4e6ce5aab9a05c2ad55 /usr/lib/debug/.build-id/15/116f34e1cc88f88c13d4e6ce5aab9a05c2ad55.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/ec/7eb2232bdce626ff51b704ef636a1ea1e45f75 /usr/lib/debug/.build-id/ec/7eb2232bdce626ff51b704ef636a1ea1e45f75.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/6a/0429d9840edac7a76507600758dfad21dbae99 /usr/lib/debug/.build-id/6a/0429d9840edac7a76507600758dfad21dbae99.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/30/7bd4de3d159673959d646a0ebe13c1bd6ba612 /usr/lib/debug/.build-id/30/7bd4de3d159673959d646a0ebe13c1bd6ba612.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/49/a26425ea0fc28cd5cdbe79ef5fb4530755c280 /usr/lib/debug/.build-id/49/a26425ea0fc28cd5cdbe79ef5fb4530755c280.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/af/52d3c451dafd18c7f9edb8d39f87956d6de9e9 /usr/lib/debug/.build-id/af/52d3c451dafd18c7f9edb8d39f87956d6de9e9.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/26/6cfea886115180609a7b40f16175f9aab4d84c /usr/lib/debug/.build-id/26/6cfea886115180609a7b40f16175f9aab4d84c.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/9c/be5c3c6ef9a987ab5c2f8f0d369c33bad05c70 /usr/lib/debug/.build-id/9c/be5c3c6ef9a987ab5c2f8f0d369c33bad05c70.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/b6/ff45ff62566549c82361356824674c5bcd216f /usr/lib/debug/.build-id/b6/ff45ff62566549c82361356824674c5bcd216f.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/91/3562ee6175a4063d9f5e8a85def79788bec399 /usr/lib/debug/.build-id/91/3562ee6175a4063d9f5e8a85def79788bec399.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/93/4950c93be01703ce94d26738d1f9aa1f7a9096 /usr/lib/debug/.build-id/93/4950c93be01703ce94d26738d1f9aa1f7a9096.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/cf/a307dc2a8ac792a0b9dc28208ff49f8869e526 /usr/lib/debug/.build-id/cf/a307dc2a8ac792a0b9dc28208ff49f8869e526.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/c9/0de2251e2576e54fba59aae7af6334c4899939 /usr/lib/debug/.build-id/c9/0de2251e2576e54fba59aae7af6334c4899939.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/d7/d28db06d901e5a18c0b34e193cc8ae39871100 /usr/lib/debug/.build-id/d7/d28db06d901e5a18c0b34e193cc8ae39871100.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/10/d0645d4cf837ed1f5c97d4c2a0ecd5b8c343ec /usr/lib/debug/.build-id/10/d0645d4cf837ed1f5c97d4c2a0ecd5b8c343ec.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/2c/fa51242eb26e05a5b17906143c19e9285c86e9 /usr/lib/debug/.build-id/2c/fa51242eb26e05a5b17906143c19e9285c86e9.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/97/78009f004fcd95103ba4301c5726b697888fc2 /usr/lib/debug/.build-id/97/78009f004fcd95103ba4301c5726b697888fc2.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/39/739740c2f8a033de95c1c0b1eb8be445610b31 /usr/lib/debug/.build-id/39/739740c2f8a033de95c1c0b1eb8be445610b31.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/5b/00ca1eda239ea043d7eae3b0fd4481560a907e /usr/lib/debug/.build-id/5b/00ca1eda239ea043d7eae3b0fd4481560a907e.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/b0/aa27076f7d558c33fe046c4311870a46f9689c /usr/lib/debug/.build-id/b0/aa27076f7d558c33fe046c4311870a46f9689c.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/79/ce9f6175e6e5fc391962360c1ee1d981b0e82d /usr/lib/debug/.build-id/79/ce9f6175e6e5fc391962360c1ee1d981b0e82d.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/07/e7de35c15a6d5b99a003e489ac7a086bbf4e72 /usr/lib/debug/.build-id/07/e7de35c15a6d5b99a003e489ac7a086bbf4e72.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/73/e334a5506f32fee499b52e68e2e7ea03c8508a /usr/lib/debug/.build-id/73/e334a5506f32fee499b52e68e2e7ea03c8508a.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/5a/4b49538853eacdf49f16aebf9de10d8614c5a4 /usr/lib/debug/.build-id/5a/4b49538853eacdf49f16aebf9de10d8614c5a4.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/6f/3293c2b73ac02de437ebd3690e62bf4807a626 /usr/lib/debug/.build-id/6f/3293c2b73ac02de437ebd3690e62bf4807a626.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/60/d7f36e20235ad2635ea08611227eb5688f472d /usr/lib/debug/.build-id/60/d7f36e20235ad2635ea08611227eb5688f472d.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/8b/9c600a4664cab2267d50ff8ceccea668d45e2b /usr/lib/debug/.build-id/8b/9c600a4664cab2267d50ff8ceccea668d45e2b.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/e9/434da5c1dbed7326e682f20dd1f90b51ba45c9 /usr/lib/debug/.build-id/e9/434da5c1dbed7326e682f20dd1f90b51ba45c9.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/6b/736b6b0eabdbf3695daa6e47fb307e37b32257 /usr/lib/debug/.build-id/6b/736b6b0eabdbf3695daa6e47fb307e37b32257.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/5f/a3390d9ea5b768688b45d8c149f7e72d69adb9 /usr/lib/debug/.build-id/5f/a3390d9ea5b768688b45d8c149f7e72d69adb9.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/66/5f1b80589ca7b4d7f106afafd6be3b3e17706b /usr/lib/debug/.build-id/66/5f1b80589ca7b4d7f106afafd6be3b3e17706b.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/12/81ce1dbcf6c054e7b8cab8461b1b8855243520 /usr/lib/debug/.build-id/12/81ce1dbcf6c054e7b8cab8461b1b8855243520.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/3c/82fad2a57018456f55682e6fc74198cbeefb48 /usr/lib/debug/.build-id/3c/82fad2a57018456f55682e6fc74198cbeefb48.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/a5/e8109ff6a649dfc554039816a7b697ff51355a /usr/lib/debug/.build-id/a5/e8109ff6a649dfc554039816a7b697ff51355a.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/3d/01b8b8886c2c75d008ee6730fd7dc08e95c330 /usr/lib/debug/.build-id/3d/01b8b8886c2c75d008ee6730fd7dc08e95c330.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/cc/3fa4080d349d749e3045798819b0b5299618b0 /usr/lib/debug/.build-id/cc/3fa4080d349d749e3045798819b0b5299618b0.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/87/2d9483b965d7a27efe3a1d4e8e30b99f1c0965 /usr/lib/debug/.build-id/87/2d9483b965d7a27efe3a1d4e8e30b99f1c0965.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/05/86ef2cab90572a843bb13ef98243e960b12689 /usr/lib/debug/.build-id/05/86ef2cab90572a843bb13ef98243e960b12689.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/f6/8ecb6061c3a1aa8a8e7f47ddd11d104488bee9 /usr/lib/debug/.build-id/f6/8ecb6061c3a1aa8a8e7f47ddd11d104488bee9.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/66/227e8da0913cd6aea016d60855675fa35b22c2 /usr/lib/debug/.build-id/66/227e8da0913cd6aea016d60855675fa35b22c2.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/58/7499c844c5c7fed6956cd8f371962db7302a85 /usr/lib/debug/.build-id/58/7499c844c5c7fed6956cd8f371962db7302a85.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/a0/4f0a4b67c9099c80229211ef8305eb23543119 /usr/lib/debug/.build-id/a0/4f0a4b67c9099c80229211ef8305eb23543119.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/b4/99c2ec70f39d8ef29d243c24a19fb7a9c247e8 /usr/lib/debug/.build-id/b4/99c2ec70f39d8ef29d243c24a19fb7a9c247e8.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/b0/e6fee3caf3862677b4d238aecd8206f0883257 /usr/lib/debug/.build-id/b0/e6fee3caf3862677b4d238aecd8206f0883257.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/0f/93e67e204b8c621f4e0043a4f561349b4862b1 /usr/lib/debug/.build-id/0f/93e67e204b8c621f4e0043a4f561349b4862b1.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/4a/a7c769c211899f63cacfe31c2d7fc673717858 /usr/lib/debug/.build-id/4a/a7c769c211899f63cacfe31c2d7fc673717858.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/11/8f0eb4ea42f3fed3c22558eb43059db038aa70 /usr/lib/debug/.build-id/11/8f0eb4ea42f3fed3c22558eb43059db038aa70.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/67/33202f50b2f4c0070877aedd1ea25e9da48863 /usr/lib/debug/.build-id/67/33202f50b2f4c0070877aedd1ea25e9da48863.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/49/9fa1121c2611997018ceca48411904d7647f49 /usr/lib/debug/.build-id/49/9fa1121c2611997018ceca48411904d7647f49.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/3f/d6423a13b39881c5f4179650c3281a849373fb /usr/lib/debug/.build-id/3f/d6423a13b39881c5f4179650c3281a849373fb.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/9a/000e3991a69a194c887ea9ee6327fa649de740 /usr/lib/debug/.build-id/9a/000e3991a69a194c887ea9ee6327fa649de740.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/cc/48c68ffe2ca041df6b25e6d437e8679f8bce2a /usr/lib/debug/.build-id/cc/48c68ffe2ca041df6b25e6d437e8679f8bce2a.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/22/b9b216466b069c5c4168adbe8a631165272635 /usr/lib/debug/.build-id/22/b9b216466b069c5c4168adbe8a631165272635.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/92/633a2a5e638660e8ab5cf50007097edebd92f8 /usr/lib/debug/.build-id/92/633a2a5e638660e8ab5cf50007097edebd92f8.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/97/bb973357d7c0ca4879cdf5569e851e409406bf /usr/lib/debug/.build-id/97/bb973357d7c0ca4879cdf5569e851e409406bf.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/2e/1eaac4314d650576137e00085cfe67f00cff54 /usr/lib/debug/.build-id/2e/1eaac4314d650576137e00085cfe67f00cff54.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/3a/4d445a05ca6dbb5a90b6a5f9da6500c12540c0 /usr/lib/debug/.build-id/3a/4d445a05ca6dbb5a90b6a5f9da6500c12540c0.debug
Missing file(s), try: dnf --enablerepo='*debug*' install /usr/lib/.build-id/ba/1396b301355d9e2218eeeb0284fb909e885f10 /usr/lib/debug/.build-id/ba/1396b301355d9e2218eeeb0284fb909e885f10.debug
(gdb) bt
#0  XQueryExtension (dpy=dpy@entry=0x0, name=name@entry=0x7f1be80ac87a "GLX", major_opcode=major_opcode@entry=0x7ffee4dbbea4, first_event=first_event@entry=0x7ffee4dbbea0, first_error=first_error@entry=0x7ffee4dbbe9c) at /usr/src/debug/libX11-1.8.13-1.fc44.x86_64/src/QuExt.c:48
#1  0x00007f1be80a493c in glXQueryExtension (dpy=0x0, error_base=0x0, event_base=0x0) at /usr/src/debug/libglvnd-1.7.0-9.fc44.x86_64/src/GLX/libglx.c:1133
#2  0x00007f1bdf26924e in ?? () from /home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/vgui2_s.so
#3  0x00007f1bdf27ca5d in ?? () from /home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/vgui2_s.so
#4  0x00007f1be3ae1adc in ?? () from /home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steamui.so
#5  0x00007f1be2bf5806 in ?? () from /home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steamui.so
#6  0x00007f1be2d83240 in ?? () from /home/beedell.roke_julian_lockhart/.local/share/Steam/steamrt64/steamui.so
#7  0x00005582d34fb06f in ?? ()
#8  0x00005582d34fc11e in ?? ()
#9  0x00005582d34fc3c2 in ?? ()
[#10](/issue/ValveSoftware/steam-for-linux/10) 0x00007f1bf97e3681 in __libc_start_call_main (main=main@entry=0x5582d34fc380, argc=argc@entry=2, argv=argv@entry=0x7ffee4dc2608) at ../sysdeps/nptl/libc_start_call_main.h:59
[#11](/issue/ValveSoftware/steam-for-linux/11) 0x00007f1bf97e3798 in __libc_start_main_impl (main=0x5582d34fc380, argc=2, argv=0x7ffee4dc2608, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffee4dc25f8) at ../csu/libc-start.c:360
[#12](/issue/ValveSoftware/steam-for-linux/12) 0x00005582d34e302a in ?? ()

issues/13227 may be required for this to be actionable. ^1 If so, my apologies.