Advertisement
NolanSyKinsley

Untitled

Nov 18th, 2018
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. [paco@blackbox ~]$ DEBUGGER=gdb steam
  2. /home/paco/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
  3. /home/paco/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
  4. Running Steam on arch 64-bit
  5. /home/paco/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
  6. STEAM_RUNTIME is enabled automatically
  7. Pins up-to-date!
  8. GNU gdb (GDB) 8.2
  9. Copyright (C) 2018 Free Software Foundation, Inc.
  10. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  11. This is free software: you are free to change and redistribute it.
  12. There is NO WARRANTY, to the extent permitted by law.
  13. Type "show copying" and "show warranty" for details.
  14. This GDB was configured as "x86_64-pc-linux-gnu".
  15. Type "show configuration" for configuration details.
  16. For bug reporting instructions, please see:
  17. <http://www.gnu.org/software/gdb/bugs/>.
  18. Find the GDB manual and other documentation resources online at:
  19. <http://www.gnu.org/software/gdb/documentation/>.
  20.  
  21. For help, type "help".
  22. Type "apropos word" to search for commands related to "word"...
  23. Reading symbols from /home/paco/.local/share/Steam/ubuntu12_32/steam...(no debugging symbols found)...done.
  24. LD_PRELOAD = /usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so
  25. (gdb) run
  26. Starting program: /home/paco/.local/share/Steam/ubuntu12_32/steam
  27. [Thread debugging using libthread_db enabled]
  28. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  29. Installing breakpad exception handler for appid(steam)/version(1541819448)
  30. [New Thread 0xf514bb40 (LWP 5219)]
  31. Installing breakpad exception handler for appid(steam)/version(1541819448)
  32. [New Thread 0xf4effb40 (LWP 5220)]
  33. Installing breakpad exception handler for appid(steam)/version(1541819448)
  34. [Detaching after fork from child process 5223]
  35.  
  36. Thread 1 "steam" received signal SIGSEGV, Segmentation fault.
  37. 0xf7a32a2d in strstr () from /usr/lib32/libc.so.6
  38. (gdb) backtrace
  39. #0 0xf7a32a2d in strstr () from /usr/lib32/libc.so.6
  40. #1 0xefb35b2d in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/vgui2_s.so
  41. #2 0xefb89272 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/vgui2_s.so
  42. #3 0xefb9add6 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/vgui2_s.so
  43. #4 0xf365bc08 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/steamui.so
  44. #5 0xf2c82a63 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/steamui.so
  45. #6 0xf3167016 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/steamui.so
  46. #7 0x5658d980 in RunSteam(int, char**, bool) ()
  47. #8 0x5658e85b in ?? ()
  48. #9 0x56578eec in ?? ()
  49. #10 0xf79ccb41 in __libc_start_main () from /usr/lib32/libc.so.6
  50. #11 0x5657c7d1 in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement