Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. LD_LIBRARY_PATH="./linux64:${LD_LIBRARY_PATH}" gdb -q linux64/vrdashboard
  2. Reading symbols from linux64/vrdashboard...(no debugging symbols found)...done.
  3. (gdb) r
  4. Starting program: /home/chris/.local/share/Steam/SteamApps/common/SteamVR/bin/linux64/vrdashboard
  5. [Thread debugging using libthread_db enabled]
  6. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  7. Using breakpad crash handler
  8. Setting breakpad minidump AppID = 250820
  9. Forcing breakpad minidump interfaces to load
  10. Looking up breakpad interfaces from steamclient
  11. Calling BreakpadMiniDumpSystemInit
  12. [New Thread 0x7fffecb98700 (LWP 7292)]
  13. [New Thread 0x7fffeca97700 (LWP 7293)]
  14. [New Thread 0x7fffe7fff700 (LWP 7294)]
  15. [New Thread 0x7fffe77fe700 (LWP 7295)]
  16. [New Thread 0x7fffe6ffd700 (LWP 7296)]
  17. Looking up breakpad interfaces from steamclient
  18. Calling BreakpadMiniDumpSystemInit
  19. Steam_SetMinidumpSteamID: Caching Steam ID: 76561197968267003 [API loaded yes]
  20. Steam_SetMinidumpSteamID: Setting Steam ID: 76561197968267003
  21. [New Thread 0x7fffe67fc700 (LWP 7298)]
  22. Fontconfig warning: "/home/chris/.local/share/Steam/SteamApps/common/SteamVR/bin/panorama/etc/fonts/conf.d/41-repl-os-win.conf", line 148: Having multiple values in <test> isn't supported and may not work as expected
  23. Fontconfig warning: "/home/chris/.local/share/Steam/SteamApps/common/SteamVR/bin/panorama/etc/fonts/conf.d/41-repl-os-win.conf", line 160: Having multiple values in <test> isn't supported and may not work as expected
  24. [New Thread 0x7fffe51d6700 (LWP 7318)]
  25. [New Thread 0x7fffdffff700 (LWP 7319)]
  26. [New Thread 0x7fffe50d5700 (LWP 7320)]
  27. [New Thread 0x7fffd2347700 (LWP 7321)]
  28. [New Thread 0x7fffd1a05700 (LWP 7322)]
  29. [New Thread 0x7fffd1204700 (LWP 7323)]
  30. [New Thread 0x7fffd0a03700 (LWP 7324)]
  31. [New Thread 0x7fffc3fff700 (LWP 7325)]
  32. [New Thread 0x7fffc37fe700 (LWP 7326)]
  33. [New Thread 0x7fffc2ffd700 (LWP 7327)]
  34. [New Thread 0x7fffc27fc700 (LWP 7328)]
  35. [Thread 0x7fffc27fc700 (LWP 7328) exited]
  36. [New Thread 0x7fffc27fc700 (LWP 7329)]
  37. [Thread 0x7fffc27fc700 (LWP 7329) exited]
  38. [New Thread 0x7fffe40b1700 (LWP 7330)]
  39. Missing interface adapter for STEAMHTTP_INTERFACE_VERSION003 HTTP/home/buildbot/buildslave/vrpanorama_main_ubuntu64_linux/build/src/public/tier1/interface.h (264) : Assertion Failed: m_pModule
  40. /home/buildbot/buildslave/vrpanorama_main_ubuntu64_linux/build/src/public/tier1/interface.h 264 Assertion Failed: m_pModule
  41. Thread 1 "vrdashboard" received signal SIGTRAP, Trace/breakpoint trap.
  42. 0x00007ffff579564c in AssertMsgImplementation () from ./linux64/libtier0_vr.so
  43. (gdb) bt
  44. #0 0x00007ffff579564c in AssertMsgImplementation () at ./linux64/libtier0_vr.so
  45. #1 0x00007fffc070fb5d in () at ./linux64/libaudio.so
  46. #2 0x00007fffc06ff481 in () at ./linux64/libaudio.so
  47. #3 0x00007fffc070bbc7 in () at ./linux64/libaudio.so
  48. #4 0x00007fffc06ffc68 in CreateMilesSoundAudioDevice () at ./linux64/libaudio.so
  49. #5 0x00007fffef0f8bd4 in () at /home/chris/.local/share/Steam/SteamApps/common/SteamVR/bin/linux64/panorama_vr.so
  50. #6 0x00007fffef080a0b in () at /home/chris/.local/share/Steam/SteamApps/common/SteamVR/bin/linux64/panorama_vr.so
  51. #7 0x00007fffef0822e1 in () at /home/chris/.local/share/Steam/SteamApps/common/SteamVR/bin/linux64/panorama_vr.so
  52. #8 0x000000000069a6b7 in RealMain(void*) ()
  53. #9 0x00007ffff4a79f4a in __libc_start_main () at /usr/lib/libc.so.6
  54. #10 0x000000000064dd1d in _start ()
  55. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement