Advertisement
Guest User

Untitled

a guest
Sep 13th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.83 KB | None | 0 0
  1. GNU gdb (GDB) 7.10
  2. Copyright (C) 2015 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-unknown-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from ../../bin_amarok/bin/amarok...done.
  16. (gdb) run
  17. Starting program: /home/olivier/Projets/bin_amarok/bin/amarok
  18. [Thread debugging using libthread_db enabled]
  19. Using host libthread_db library "/usr/lib/libthread_db.so.1".
  20. [New Thread 0x7fffd617e700 (LWP 2743)]
  21. **********************************************************************************************
  22. ** AMAROK WAS STARTED IN NORMAL MODE. IF YOU WANT TO SEE DEBUGGING INFORMATION, PLEASE USE: **
  23. ** amarok --debug                                                                           **
  24. **********************************************************************************************
  25. [New Thread 0x7fffcae67700 (LWP 2744)]
  26. [Thread 0x7fffcae67700 (LWP 2744) exited]
  27. [New Thread 0x7fffcae67700 (LWP 2745)]
  28. [Thread 0x7fffcae67700 (LWP 2745) exited]
  29. [New Thread 0x7fffcae67700 (LWP 2746)]
  30. Error loading plugin "amarok_collection-mysqlcollection" "La biblioth\u00E8que partag\u00E9e est introuvable."
  31. Plugin search paths are ("/usr/lib/qt5/plugins", "/usr/lib/qt/plugins", "/home/olivier/Projets/bin_amarok/bin")
  32. The environment variable QT_PLUGIN_PATH might be not correctly set
  33. Error loading plugin "amarok_storage-mysqlserverstorage" "La biblioth\u00E8que partag\u00E9e est introuvable."
  34. Plugin search paths are ("/usr/lib/qt5/plugins", "/usr/lib/qt/plugins", "/home/olivier/Projets/bin_amarok/bin")
  35. The environment variable QT_PLUGIN_PATH might be not correctly set
  36. Error loading plugin "amarok_storage-mysqlestorage" "La biblioth\u00E8que partag\u00E9e est introuvable."
  37. Plugin search paths are ("/usr/lib/qt5/plugins", "/usr/lib/qt/plugins", "/home/olivier/Projets/bin_amarok/bin")
  38. The environment variable QT_PLUGIN_PATH might be not correctly set
  39. [New Thread 0x7fffbba56700 (LWP 2747)]
  40. Your code needs to be ported in KF5.  See the Ki18n programmers guide.
  41. QWidget::insertAction: Attempt to insert null action
  42. QWidget::insertAction: Attempt to insert null action
  43. Could not parse stylesheet of object 0x19e87a0
  44.  
  45. Program received signal SIGSEGV, Segmentation fault.
  46. 0x00007ffff62e0f60 in QWidget::minimumSize() const () from /usr/lib/libQt5Widgets.so.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement