Advertisement
Guest User

psi+_crash

a guest
Jun 21st, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.19 KB | None | 0 0
  1. bCore was generated by `/usr/bin/psi-plus'.
  2. Program terminated with signal SIGSEGV, Segmentation fault.
  3. #0  0x00000000008881d1 in PsiContact::jid() const ()
  4. [Current thread is 1 (Thread 0x7fe787d83600 (LWP 2661))]
  5. (gdb) bt
  6. #0  0x00000000008881d1 in PsiContact::jid() const ()
  7. #1  0x00000000007b193c in ContactListItem::value(int) const ()
  8. #2  0x00000000007b2f5c in ContactListModel::data(QModelIndex const&, int) const ()
  9. #3  0x00000000006eabd9 in PsiRosterFilterProxyModel::filterAcceptsRow(int, QModelIndex const&) const ()
  10. #4  0x00007fe780f67ab9 in QSortFilterProxyModelPrivate::create_mapping(QModelIndex const&) const ()
  11.   from /usr/lib64/libQt5Core.so.5
  12. #5  0x00007fe780f67d31 in QSortFilterProxyModelPrivate::update_source_sort_column() ()
  13.   from /usr/lib64/libQt5Core.so.5
  14. #6  0x00007fe780f684e0 in QSortFilterProxyModelPrivate::_q_sourceLayoutChanged(QList<QPersistentModelIndex> const&, QAbstractItemModel::LayoutChangeHint) () from /usr/lib64/libQt5Core.so.5
  15. #7  0x00007fe780f6c5b3 in QSortFilterProxyModel::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib64/libQt5Core.so.5
  16. #8  0x00007fe780fbd3f7 in QMetaObject::activate(QObject*, int, int, void**) ()
  17.   from /usr/lib64/libQt5Core.so.5
  18. #9  0x00007fe78102cbc6 in QAbstractItemModel::layoutChanged(QList<QPersistentModelIndex> const&, QAbstractItemModel::LayoutChangeHint) () from /usr/lib64/libQt5Core.so.5
  19. #10 0x00000000007b48a7 in ContactListModel::Private::addContacts(QList<PsiContact*> const&) ()
  20. #11 0x00000000007b6083 in ContactListModel::Private::commit() ()
  21. #12 0x00000000007109f5 in ContactListModel::Private::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()
  22. #13 0x00007fe780fbd3f7 in QMetaObject::activate(QObject*, int, int, void**) ()
  23.   from /usr/lib64/libQt5Core.so.5
  24. #14 0x00007fe780fc9da8 in QTimer::timerEvent(QTimerEvent*) () from /usr/lib64/libQt5Core.so.5
  25. ---Type <return> to continue, or q <return> to quit---
  26. #15 0x00007fe780fbe53b in QObject::event(QEvent*) () from /usr/lib64/libQt5Core.so.5
  27. #16 0x00007fe78186ddfc in QApplicationPrivate::notify_helper(QObject*, QEvent*) ()
  28.   from /usr/lib64/libQt5Widgets.so.5
  29. #17 0x00007fe781875a35 in QApplication::notify(QObject*, QEvent*) ()
  30.   from /usr/lib64/libQt5Widgets.so.5
  31. #18 0x00007fe780f95ba9 in QCoreApplication::notifyInternal2(QObject*, QEvent*) ()
  32.   from /usr/lib64/libQt5Core.so.5
  33. #19 0x00007fe780fe40d3 in QTimerInfoList::activateTimers() () from /usr/lib64/libQt5Core.so.5
  34. #20 0x00007fe780fe46a1 in timerSourceDispatch(_GSource*, int (*)(void*), void*) ()
  35.   from /usr/lib64/libQt5Core.so.5
  36. #21 0x00007fe77ef9630e in g_main_context_dispatch () from /usr/lib64/libglib-2.0.so.0
  37. #22 0x00007fe77ef96585 in g_main_context_iterate.isra () from /usr/lib64/libglib-2.0.so.0
  38. #23 0x00007fe77ef9664c in g_main_context_iteration () from /usr/lib64/libglib-2.0.so.0
  39. #24 0x00007fe780fe4b9f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib64/libQt5Core.so.5
  40. #25 0x00007fe780f949d2 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
  41.   from /usr/lib64/libQt5Core.so.5
  42. #26 0x00007fe780f9c6dc in QCoreApplication::exec() () from /usr/lib64/libQt5Core.so.5
  43. #27 0x00000000005fc2de in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement