Advertisement
Guest User

Untitled

a guest
May 24th, 2017
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. nticompass@hypercube ~ % DEBUGGER=gdb steam
  2. Running Steam on gentoo 2.2 64-bit
  3. STEAM_RUNTIME is enabled 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(1495583454)
  24. [New Thread 0xf4650b40 (LWP 4999)]
  25. [New Thread 0xf3cd2b40 (LWP 5000)]
  26. [New Thread 0xf34cbb40 (LWP 5001)]
  27. [New Thread 0xf2ccab40 (LWP 5002)]
  28. [New Thread 0xf24c9b40 (LWP 5003)]
  29. [New Thread 0xf1cc8b40 (LWP 5004)]
  30. [New Thread 0xf117db40 (LWP 5005)]
  31. Installing breakpad exception handler for appid(steam)/version(1495583454)
  32. [New Thread 0xf0effb40 (LWP 5006)]
  33. Installing breakpad exception handler for appid(steam)/version(1495583454)
  34. [Thread 0xf1cc8b40 (LWP 5004) exited]
  35. [Thread 0xf24c9b40 (LWP 5003) exited]
  36. [Thread 0xf2ccab40 (LWP 5002) exited]
  37. [Thread 0xf34cbb40 (LWP 5001) exited]
  38. [Thread 0xf3cd2b40 (LWP 5000) exited]
  39. [Thread 0xf4650b40 (LWP 4999) exited]
  40. [New Thread 0xed3a7b40 (LWP 5008)]
  41. Installing breakpad exception handler for appid(steam)/version(1495583454)
  42. [New Thread 0xf4650b40 (LWP 5012)]
  43. [New Thread 0xf3cd2b40 (LWP 5013)]
  44. [New Thread 0xf1cc8b40 (LWP 5014)]
  45. [New Thread 0xf24c9b40 (LWP 5015)]
  46. [New Thread 0xed165b40 (LWP 5016)]
  47. [New Thread 0xec964b40 (LWP 5017)]
  48. [0524/221628.379599:WARNING:audio_manager.cc(295)] Multiple instances of AudioManager detected
  49. [0524/221628.379692:WARNING:audio_manager.cc(254)] Multiple instances of AudioManager detected
  50. ../vgui_surfacelib/FontManager.cpp (276) : Assertion Failed: descs.Count() >= 1
  51. ../vgui_surfacelib/FontManager.cpp 276 Assertion Failed: descs.Count() >= 1
  52. Program received signal SIGTRAP, Trace/breakpoint trap.
  53. 0xf25eace3 in AssertMsgImplementation () from /home/nticompass/.local/share/Steam/ubuntu12_32/libtier0_s.so
  54. (gdb) info stack
  55. #0 0xf25eace3 in AssertMsgImplementation () from /home/nticompass/.local/share/Steam/ubuntu12_32/libtier0_s.so
  56. #1 0xed64cedb in ?? () from /home/nticompass/.local/share/Steam/ubuntu12_32/vgui2_s.so
  57. #2 0xed680104 in ?? () from /home/nticompass/.local/share/Steam/ubuntu12_32/vgui2_s.so
  58. #3 0xed671960 in ?? () from /home/nticompass/.local/share/Steam/ubuntu12_32/vgui2_s.so
  59. #4 0xed673998 in ?? () from /home/nticompass/.local/share/Steam/ubuntu12_32/vgui2_s.so
  60. #5 0xed66f1d7 in ?? () from /home/nticompass/.local/share/Steam/ubuntu12_32/vgui2_s.so
  61. #6 0xf0073430 in ?? () from /home/nticompass/.local/share/Steam/ubuntu12_32/steamui.so
  62. #7 0xf0073ab1 in ?? () from /home/nticompass/.local/share/Steam/ubuntu12_32/steamui.so
  63. #8 0x5658d790 in RunSteam(int, char**, bool) ()
  64. #9 0x565798f9 in ?? ()
  65. #10 0xf7a774e6 in __libc_start_main () from /lib32/libc.so.6
  66. #11 0x5657cfe9 in _start ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement