Advertisement
boris768

gdb log of smplayer

Jun 28th, 2014
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. [men@samolet ~]$ gdb /usr/bin/smplayer
  2. GNU gdb (GDB) 7.7.1
  3. Copyright (C) 2014 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-unknown-linux-gnu".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from /usr/bin/smplayer...(no debugging symbols found)...done.
  17. (gdb) start
  18. Function "main" not defined.
  19. Make breakpoint pending on future shared library load? (y or [n]) y
  20. Temporary breakpoint 1 (main) pending.
  21. Starting program: /usr/bin/smplayer
  22. warning: Could not load shared library symbols for linux-vdso.so.1.
  23. Do you need "set solib-search-path" or "set sysroot"?
  24. [Thread debugging using libthread_db enabled]
  25. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  26. [New Thread 0x7fffeae0e700 (LWP 29880)]
  27. SMPlayer v. 14.3.0 запущен в Linux
  28. [New Thread 0x7fffe998a700 (LWP 29881)]
  29. [New Thread 0x7fffe3594700 (LWP 29882)]
  30.  
  31. Program received signal SIGSEGV, Segmentation fault.
  32. 0x00007fffed862938 in QXcbConnection::deviceForId(int) () from /usr/lib/qt/plugins/platforms/libqxcb.so
  33. (gdb) bt
  34. #0 0x00007fffed862938 in QXcbConnection::deviceForId(int) () from /usr/lib/qt/plugins/platforms/libqxcb.so
  35. #1 0x00007fffed863cad in QXcbConnection::xi2SetupDevices() () from /usr/lib/qt/plugins/platforms/libqxcb.so
  36. #2 0x00007fffed864cfd in QXcbConnection::xi2HandleHierachyEvent(void*) [clone .part.71] () from /usr/lib/qt/plugins/platforms/libqxcb.so
  37. #3 0x00007fffed86513e in QXcbConnection::xi2HandleEvent(xcb_ge_event_t*) () from /usr/lib/qt/plugins/platforms/libqxcb.so
  38. #4 0x00007fffed841435 in QXcbConnection::handleXcbEvent(xcb_generic_event_t*) () from /usr/lib/qt/plugins/platforms/libqxcb.so
  39. #5 0x00007fffed841e9b in QXcbConnection::processXcbEvents() () from /usr/lib/qt/plugins/platforms/libqxcb.so
  40. #6 0x00007ffff5e0a13a in QObject::event(QEvent*) () from /usr/lib/libQt5Core.so.5
  41. #7 0x00007ffff74b615c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
  42. #8 0x00007ffff74bb6ee in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQt5Widgets.so.5
  43. #9 0x00007ffff5ddaaeb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQt5Core.so.5
  44. #10 0x00007ffff5ddcab3 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () from /usr/lib/libQt5Core.so.5
  45. #11 0x00007ffff5e31ad3 in ?? () from /usr/lib/libQt5Core.so.5
  46. #12 0x00007ffff484cb84 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
  47. #13 0x00007ffff484cdc8 in ?? () from /usr/lib/libglib-2.0.so.0
  48. #14 0x00007ffff484ce6c in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
  49. #15 0x00007ffff5e31ec7 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
  50. #16 0x00007ffff5dd8512 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQt5Core.so.5
  51. #17 0x00007ffff5ddfecc in QCoreApplication::exec() () from /usr/lib/libQt5Core.so.5
  52. #18 0x0000000000428a8f in ?? ()
  53. #19 0x00007ffff4d7c000 in __libc_start_main () from /usr/lib/libc.so.6
  54. #20 0x0000000000428cea in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement