Advertisement
Guest User

Untitled

a guest
May 25th, 2017
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. nticompass@hypercube ~ % DEBUGGER=gdb STEAM_RUNTIME=0 apulse steam
  2. Running Steam on gentoo 2.2 64-bit
  3. STEAM_RUNTIME is disabled by the user
  4. GNU gdb (Gentoo 7.10.1 vanilla) 7.10.1
  5. Copyright (C) 2015 Free Software Foundation, Inc.
  6. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  7. This is free software: you are free to change and redistribute it.
  8. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  9. and "show warranty" for details.
  10. This GDB was configured as "x86_64-pc-linux-gnu".
  11. Type "show configuration" for configuration details.
  12. For bug reporting instructions, please see:
  13. <https://bugs.gentoo.org/>.
  14. Find the GDB manual and other documentation resources online at:
  15. <http://www.gnu.org/software/gdb/documentation/>.
  16. For help, type "help".
  17. Type "apropos word" to search for commands related to "word"...
  18. Reading symbols from /home/nticompass/.local/share/Steam/ubuntu12_32/steam...(no debugging symbols found)...done.
  19. (gdb) run
  20. Starting program: /home/nticompass/.local/share/Steam/ubuntu12_32/steam
  21. [Thread debugging using libthread_db enabled]
  22. Using host libthread_db library "/lib64/libthread_db.so.1".
  23. Installing breakpad exception handler for appid(steam)/version(1495754885)
  24. [New Thread 0xf4618b40 (LWP 6348)]
  25. [New Thread 0xf3c9ab40 (LWP 6349)]
  26. [New Thread 0xf3493b40 (LWP 6350)]
  27. [New Thread 0xf2c92b40 (LWP 6351)]
  28. [New Thread 0xf2491b40 (LWP 6352)]
  29. [New Thread 0xf1c90b40 (LWP 6353)]
  30. [New Thread 0xf117db40 (LWP 6354)]
  31. Installing breakpad exception handler for appid(steam)/version(1495754885)
  32. [Thread 0xf1c90b40 (LWP 6353) exited]
  33. [Thread 0xf2491b40 (LWP 6352) exited]
  34. [Thread 0xf2c92b40 (LWP 6351) exited]
  35. [Thread 0xf3493b40 (LWP 6350) exited]
  36. [Thread 0xf3c9ab40 (LWP 6349) exited]
  37. [Thread 0xf4618b40 (LWP 6348) exited]
  38. Failed to load steamui.so - dlerror(): /usr/lib32/apulse/libpulse.so.0: undefined symbol: trace_pa_volume_as_string
  39. [New Thread 0xf4618b40 (LWP 6355)]
  40. [New Thread 0xf3c9ab40 (LWP 6356)]
  41. [New Thread 0xf1c90b40 (LWP 6357)]
  42. [New Thread 0xf2491b40 (LWP 6358)]
  43. [New Thread 0xedb88b40 (LWP 6359)]
  44. [New Thread 0xed387b40 (LWP 6360)]
  45. [Thread 0xed387b40 (LWP 6360) exited]
  46. [Thread 0xedb88b40 (LWP 6359) exited]
  47. [Thread 0xf2491b40 (LWP 6358) exited]
  48. [Thread 0xf1c90b40 (LWP 6357) exited]
  49. [Thread 0xf3c9ab40 (LWP 6356) exited]
  50. [Thread 0xf4618b40 (LWP 6355) exited]
  51. [Thread 0xf117db40 (LWP 6354) exited]
  52. [2017-05-25 21:24:32] Startup - updater built May 25 2017 22:48:06
  53. [2017-05-25 21:24:32] Opted in to client beta 'publicbeta' via beta file
  54. You are in the 'publicbeta' client beta.
  55. [2017-05-25 21:24:32] Verifying installation...
  56. [2017-05-25 21:24:32] Verification complete
  57. [2017-05-25 21:25:28] Shutdown
  58.  
  59. Program received signal SIGSEGV, Segmentation fault.
  60. 0x00000000 in ?? ()
  61. (gdb) info stack
  62. #0 0x00000000 in ?? ()
  63. #1 0xf68b00c3 in ?? () from /usr/lib32/libz.so.1
  64. #2 0xf7fe9aa2 in ?? () from /lib/ld-linux.so.2
  65. #3 0xf7a55313 in ?? () from /lib32/libc.so.6
  66. #4 0xf7a5536f in exit () from /lib32/libc.so.6
  67. #5 0xf7a3f4f2 in __libc_start_main () from /lib32/libc.so.6
  68. #6 0x5657cfe9 in _start ()
  69. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement