Skip to content

Instantly share code, notes, and snippets.

@stertingen
Created January 16, 2017 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stertingen/a521f63b8371249594c82e42ce1df00d to your computer and use it in GitHub Desktop.
Save stertingen/a521f63b8371249594c82e42ce1df00d to your computer and use it in GitHub Desktop.
ldd on crashing steam
$ ldd .local/share/Steam/ubuntu12_32/steam
linux-gate.so.1 (0xf7726000)
libX11.so.6 => /usr/lib32/libX11.so.6 (0xf75a3000)
librt.so.1 => /usr/lib32/librt.so.1 (0xf759a000)
libm.so.6 => /usr/lib32/libm.so.6 (0xf7545000)
libdl.so.2 => /usr/lib32/libdl.so.2 (0xf7540000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf73bf000)
libpthread.so.0 => /usr/lib32/libpthread.so.0 (0xf73a2000)
libc.so.6 => /usr/lib32/libc.so.6 (0xf71e9000)
libxcb.so.1 => /usr/lib32/libxcb.so.1 (0xf71be000)
/lib/ld-linux.so.2 (0xf7728000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf71a2000)
libXau.so.6 => /usr/lib32/libXau.so.6 (0xf719e000)
libXdmcp.so.6 => /usr/lib32/libXdmcp.so.6 (0xf7195000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment