Advertisement
Guest User

Untitled

a guest
Dec 16th, 2016
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. LANG=C LD_PRELOAD=libcurl.so.3 gdb -q /usr/share/spotify/spotify
  2. Reading symbols from /usr/share/spotify/spotify...(no debugging symbols found)...done.
  3. (gdb) run
  4. Starting program: /usr/share/spotify/spotify
  5. /usr/share/spotify/spotify: /usr/lib/libssl.so.1.0.0: no version information available (required by /usr/share/spotify/spotify)
  6. /usr/share/spotify/spotify: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/share/spotify/spotify)
  7. /usr/share/spotify/spotify: /usr/lib/libcurl.so.3: no version information available (required by /usr/share/spotify/spotify)
  8. [Thread debugging using libthread_db enabled]
  9. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  10.  
  11. (spotify:16054): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
  12.  
  13. (spotify:16054): Gtk-WARNING **: Unable to locate theme engine in module_path: "adwaita",
  14. [New Thread 0x7fffe13fd700 (LWP 16103)]
  15. /usr/share/spotify/spotify: /usr/lib/libssl.so.1.0.0: no version information available (required by /usr/share/spotify/spotify)
  16. /usr/share/spotify/spotify: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/share/spotify/spotify)
  17. /usr/share/spotify/spotify: /usr/lib/libcurl.so.3: no version information available (required by /usr/share/spotify/spotify)
  18. [1217/013553:ERROR:main_delegate.cc(752)] Could not load cef_extensions.pak
  19. [New Thread 0x7fffe0bfc700 (LWP 16115)]
  20. [New Thread 0x7fffdbfff700 (LWP 16117)]
  21. [New Thread 0x7fffdb7fe700 (LWP 16118)]
  22. [New Thread 0x7fffdaffd700 (LWP 16119)]
  23. [New Thread 0x7fffda7fc700 (LWP 16120)]
  24. [New Thread 0x7fffd9ffb700 (LWP 16127)]
  25. [New Thread 0x7fffd97fa700 (LWP 16128)]
  26. [New Thread 0x7fffd8ff9700 (LWP 16129)]
  27. [New Thread 0x7fffbffff700 (LWP 16130)]
  28. [New Thread 0x7fffbf7fe700 (LWP 16131)]
  29. [New Thread 0x7fffbeffd700 (LWP 16132)]
  30. [New Thread 0x7fffbe7fc700 (LWP 16133)]
  31. [New Thread 0x7fffbdffb700 (LWP 16135)]
  32. [New Thread 0x7fffbd7fa700 (LWP 16136)]
  33. [New Thread 0x7fffbc8ca700 (LWP 16139)]
  34. [New Thread 0x7fff8fffe700 (LWP 16140)]
  35. [New Thread 0x7fff8f7fd700 (LWP 16141)]
  36. [New Thread 0x7fff8e624700 (LWP 16142)]
  37. [New Thread 0x7fff8d622700 (LWP 16144)]
  38. [New Thread 0x7fff8de23700 (LWP 16143)]
  39. [New Thread 0x7fff8ce21700 (LWP 16145)]
  40. [New Thread 0x7fff7ffff700 (LWP 16146)]
  41. [New Thread 0x7fff7f7fe700 (LWP 16147)]
  42. [1217/013602:ERROR:PlatformKeyboardEvent.cpp(94)] Not implemented reached in static bool blink::PlatformKeyboardEvent::currentCapsLockState()
  43.  
  44. Thread 19 "Core Thread" received signal SIGSEGV, Segmentation fault.
  45. [Switching to Thread 0x7fff8f7fd700 (LWP 16141)]
  46. 0x0000000000606d31 in ?? ()
  47. (gdb) bt
  48. #0 0x0000000000606d31 in ()
  49. #1 0x0000000000605727 in ()
  50. #2 0x000000000062538a in ()
  51. #3 0x000000000062532a in ()
  52. #4 0x000000000062525d in ()
  53. #5 0x0000000000625239 in ()
  54. #6 0x00000000006251e1 in ()
  55. #7 0x0000000000625107 in ()
  56. #8 0x00000000006111a0 in boost::asio::detail::task_io_service_operation::complete(boost::asio::detail::task_io_service&, boost::system::error_code const&, unsigned long) ()
  57. #9 0x0000000000610d6a in boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lock<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) ()
  58. #10 0x0000000000610a85 in boost::asio::detail::task_io_service::run(boost::system::error_code&) ()
  59. #11 0x00000000006109d6 in boost::asio::io_service::run() ()
  60. #12 0x00000000006109a0 in ()
  61. #13 0x0000000000610951 in ()
  62. #14 0x0000000000610930 in ()
  63. #15 0x00000000006108a9 in ()
  64. #16 0x000000000158f24f in ()
  65. #17 0x00007ffff1505454 in start_thread () at /usr/lib/libpthread.so.0
  66. #18 0x00007fffedf877df in clone () at /usr/lib/libc.so.6
  67. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement