Advertisement
NolanSyKinsley

Untitled

Oct 15th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. [paco@blackbox ~]$ DEBUGGER=gdb steam-native
  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. STEAM_RUNTIME is disabled by the user
  6. GNU gdb (GDB) 8.2
  7. Copyright (C) 2018 Free Software Foundation, Inc.
  8. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  9. This is free software: you are free to change and redistribute it.
  10. There is NO WARRANTY, to the extent permitted by law.
  11. Type "show copying" and "show warranty" for details.
  12. This GDB was configured as "x86_64-pc-linux-gnu".
  13. Type "show configuration" for configuration details.
  14. For bug reporting instructions, please see:
  15. <http://www.gnu.org/software/gdb/bugs/>.
  16. Find the GDB manual and other documentation resources online at:
  17. <http://www.gnu.org/software/gdb/documentation/>.
  18.  
  19. For help, type "help".
  20. Type "apropos word" to search for commands related to "word"...
  21. Reading symbols from /home/paco/.local/share/Steam/ubuntu12_32/steam...(no debugging symbols found)...done.
  22. (gdb) run
  23. Starting program: /home/paco/.local/share/Steam/ubuntu12_32/steam
  24. [Thread debugging using libthread_db enabled]
  25. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  26. Installing breakpad exception handler for appid(steam)/version(1539393410)
  27. [New Thread 0xf529cb40 (LWP 10881)]
  28. Installing breakpad exception handler for appid(steam)/version(1539393410)
  29. [New Thread 0xf4fffb40 (LWP 10882)]
  30. Installing breakpad exception handler for appid(steam)/version(1539393410)
  31.  
  32. (steam:10875): Gtk-WARNING **: 14:01:04.278: Unable to locate theme engine in module_path: "thinice",
  33. [Detaching after fork from child process 10895]
  34.  
  35. Thread 1 "steam" received signal SIGSEGV, Segmentation fault.
  36. 0xf7a60a1d in strstr () from /usr/lib32/libc.so.6
  37. (gdb) backtrace
  38. #0 0xf7a60a1d in strstr () from /usr/lib32/libc.so.6
  39. #1 0xefbfd9ed in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/vgui2_s.so
  40. #2 0xefc50d92 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/vgui2_s.so
  41. #3 0xefc628d6 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/vgui2_s.so
  42. #4 0xf3713ba8 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/steamui.so
  43. #5 0xf2d61f03 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/steamui.so
  44. #6 0xf322f4d8 in ?? () from /home/paco/.local/share/Steam/ubuntu12_32/steamui.so
  45. #7 0x5658d8f0 in RunSteam(int, char**, bool) ()
  46. #8 0x5658e7cb in ?? ()
  47. #9 0x56578eac in ?? ()
  48. #10 0xf79fab41 in __libc_start_main () from /usr/lib32/libc.so.6
  49. #11 0x5657c741 in _start ()
  50. (gdb) quit
  51. A debugging session is active.
  52.  
  53. Inferior 1 [process 10875] will be killed.
  54.  
  55. Quit anyway? (y or n) y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement