MPogoda

bt

Oct 27th, 2012
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.61 KB | None | 0 0
  1. Starting program: /usr/local/bin/leechcraft
  2. warning: Could not load shared library symbols for linux-gate.s
  3. Do you need "set solib-search-path" or "set sysroot"?
  4. [Thread debugging using libthread_db enabled]
  5. Using host libthread_db library "/lib/libthread_db.so.1".
  6. QTranslator* LeechCraft::Util::InstallTranslator(const QString&e for locale "en_GB" "qt_en_GB"
  7. [New Thread 0x9e856b40 (LWP 17827)]
  8. [New Thread 0x9deffb40 (LWP 17828)]
  9. [New Thread 0x9d4ffb40 (LWP 17829)]
  10. [New Thread 0x9caffb40 (LWP 17830)]
  11. [New Thread 0x9c2feb40 (LWP 17831)]
  12. [New Thread 0x9bafdb40 (LWP 17832)]
  13. [New Thread 0x9b2fcb40 (LWP 17833)]
  14. [New Thread 0x9a9fbb40 (LWP 17834)]
  15. [New Thread 0x9a1fab40 (LWP 17853)]
  16. error: empty dic file
  17. Hash Manager Error : 2
  18. error: empty dic file
  19. Hash Manager Error : 2
  20. [New Thread 0x999f9b40 (LWP 17854)]
  21. [New Thread 0x991f8b40 (LWP 17855)]
  22. [New Thread 0x989f7b40 (LWP 17856)]
  23. [New Thread 0x981f6b40 (LWP 17858)]
  24. [0x8f8e970] main services discovery error: no suitable services discovery module
  25. [New Thread 0x97851b40 (LWP 17954)]
  26. [New Thread 0x977c8b40 (LWP 17955)]
  27. [New Thread 0x953bfb40 (LWP 17956)]
  28. [New Thread 0x94bbeb40 (LWP 17958)]
  29. [New Thread 0x943bdb40 (LWP 17959)]
  30. [New Thread 0x93bbcb40 (LWP 17964)]
  31. [New Thread 0x92f3fb40 (LWP 17965)]
  32. [New Thread 0x9273eb40 (LWP 17966)]
  33. [New Thread 0x91f3db40 (LWP 17979)]
  34. [New Thread 0x9173cb40 (LWP 17993)]
  35. [Thread 0x981f6b40 (LWP 17858) exited]
  36. [New Thread 0x981f6b40 (LWP 18012)]
  37. [New Thread 0x90f3bb40 (LWP 18013)]
  38. [New Thread 0x9073ab40 (LWP 18014)]
  39. [New Thread 0x8ff39b40 (LWP 18018)]
  40.  
  41. Program received signal SIGSEGV, Segmentation fault.
  42. LeechCraft::NetStoreManager::SyncManager::handleDirectoryAdded (this=0x9516988, dirs=...)
  43.     at /home/projects/leechcraft/src/plugins/netstoremanager/syncmanager.cpp:195
  44. 195             auto isfl = qobject_cast<ISupportFileListings*> (isa->GetObject ());
  45. (gdb) bt
  46. #0  LeechCraft::NetStoreManager::SyncManager::handleDirectoryAdded (this=0x9516988, dirs=...)
  47.     at /home/projects/leechcraft/src/plugins/netstoremanager/syncmanager.cpp:195
  48. #1  0x9ecb9217 in LeechCraft::NetStoreManager::SyncManager::qt_static_metacall (_o=0x9516988,
  49.     _c=QMetaObject::InvokeMetaMethod, _id=1, _a=0xafffe038)
  50.     at /home/projects/leechcraft/build/plugins/netstoremanager/moc_syncmanager.cpp:84
  51. #2  0xa709edb9 in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/qt4/libQtCore.so.4
  52. #3  0x9ecb9496 in LeechCraft::NetStoreManager::SyncWidget::directoryAdded (this=0x8507b00, _t1=...)
  53.     at /home/projects/leechcraft/build/plugins/netstoremanager/moc_syncwidget.cpp:109
  54. #4  0x9ecae2f4 in LeechCraft::NetStoreManager::SyncWidget::RestoreData (this=0x8507b00)
  55.     at /home/projects/leechcraft/src/plugins/netstoremanager/syncwidget.cpp:74
  56. #5  0x9ec834b2 in LeechCraft::NetStoreManager::Plugin::SecondInit (this=0x846a3b0)
  57.     at /home/projects/leechcraft/src/plugins/netstoremanager/netstoremanager.cpp:79
  58. #6  0x0808a33f in LeechCraft::PluginManager::Init (this=0x82ef4b0, safeMode=184)
  59.     at /home/projects/leechcraft/src/pluginmanager.cpp:410
  60. #7  0x0807b266 in LeechCraft::Core::DelayedInit (this=0x81ccc00 <LeechCraft::Core::Instance()::core>)
  61.     at /home/projects/leechcraft/src/core.cpp:270
  62. #8  0x0806d4ad in LeechCraft::MainWindow::MainWindow (this=0x82649b8, parent=0x0, flags=...)
  63.     at /home/projects/leechcraft/src/mainwindow.cpp:119
  64. #9  0x080a678b in LeechCraft::Application::Application (this=0xafffe64c, argc=@0x82782c8: -1476756512, argv=0xafffe5dc)
  65.     at /home/projects/leechcraft/src/application.cpp:150
  66. #10 0x08068246 in main (argc=1, argv=0xafffe754) at /home/projects/leechcraft/src/main.cpp:26
  67. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment