steam-for-linux icon indicating copy to clipboard operation
steam-for-linux copied to clipboard

Steam causes a lot of coredump while starting

Open kakra opened this issue 1 year ago • 0 comments

Your system information

  • Steam client version (build number or date): 1719618357
  • Distribution (e.g. Ubuntu): Gentoo
  • Opted into Steam client beta?: Yes
  • Have you checked for system updates?: Yes
  • Steam Logs: steam-logs.tar.gz
  • GPU: Nvidia

Please describe your issue in as much detail as possible:

Everytime I launch Steam, something causes 20-30 crashes of "dash". This also seems to happen once in a while while it is running. In the last 24h alone, coredumpctl collected over 120 dumps. The crash dump always looks the same, see below.

Steps for reproducing this issue:

  1. Run Steam
  2. Wait some time
  3. Watch coredumpctl
coredumpctl info 602822
           PID: 602822 (sh)
           UID: 1000 (kakra)
           GID: 1000 (kakra)
        Signal: 31 (SYS)
     Timestamp: Sat 2024-06-29 21:08:49 CEST (3h 5min ago)
  Command Line: sh -c $'unset LD_PRELOAD; exec /bin/sh'
    Executable: /usr/bin/dash
 Control Group: /user.slice/user-1000.slice/[email protected]/app.slice/app-steam\[email protected]
          Unit: [email protected]
     User Unit: app-steam\[email protected]
         Slice: user-1000.slice
     Owner UID: 1000 (kakra)
       Boot ID: 3846be26b6414545a3270a9b69482bc5
    Machine ID: 121b87ca633e8ac0016656680000001b
      Hostname: jupiter
       Storage: /var/lib/systemd/coredump/core.sh.1000.3846be26b6414545a3270a9b69482bc5.602822.1719688129000000.zst (present)
  Size on Disk: 81.9K
       Message: Process 602822 (sh) of user 1000 dumped core.

                Module /run/host/usr/lib64/libXdmcp.so.6.0.0 without build-id.
                Module /run/host/usr/lib64/libXdmcp.so.6.0.0
                Module /run/host/usr/lib64/libXau.so.6.0.0 without build-id.
                Module /run/host/usr/lib64/libxcb.so.1.1.0 without build-id.
                Module /run/host/usr/lib64/libxcb.so.1.1.0
                Module /run/host/usr/lib64/libX11.so.6.4.0 without build-id.
                Module /run/host/usr/lib64/libX11.so.6.4.0
                Module /run/host/usr/lib64/libGLX.so.0.0.0 without build-id.
                Module /run/host/usr/lib64/libGLX.so.0.0.0
                Module /run/host/usr/lib64/libGLdispatch.so.0.0.0 without build-id.
                Module /run/host/usr/lib64/libGLdispatch.so.0.0.0
                Module /run/host/usr/lib64/libpthread.so.0 without build-id.
                Module /run/host/usr/lib64/libm.so.6 without build-id.
                Module /run/host/usr/lib64/libm.so.6
                Module /run/host/usr/lib64/libGL.so.1.7.0 without build-id.
                Module /run/host/usr/lib64/libGL.so.1.7.0
                Module /run/host/usr/lib64/librt.so.1 without build-id.
                Module /run/host/usr/lib64/libdl.so.2 without build-id.
                Module /run/host/usr/lib64/libc.so.6 without build-id.
                Module /run/host/usr/lib64/libc.so.6
                Module ld-linux-x86-64.so.2 without build-id.
                Stack trace of thread 602822:
                #0  0x0000559fd2910af4 n/a (/run/host/usr/lib64/libc.so.6 + 0xf0af4)
                #1  0x00007fe07c4d69f3 _dl_sysdep_start (ld-linux-x86-64.so.2 + 0x1b9f3)
                ELF object binary architecture: AMD x86-64

kakra avatar Jun 29 '24 22:06 kakra