Project

General

Profile

Bug #614

Index out of range nickview bug in client

Added by TerrorBite about 15 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Quassel GUI (Qt)
Target version:
-
Start date:
03/10/2009
Due date:
% Done:

0%

Estimated time:
Version:
0.3.0.x
OS:
Any

Description

The client occasionally crashes with the following backtrace:

Quassel IRC: 0.4.0
Fatal: ASSERT failure in QVector<T>::at: "index out of range", file ../../include/QtCore/../../src/corelib/tools/qvector.h, line 317
  1. 0 quasselclient 0x082903c2 Quassel::logBacktrace(QString const&)
  2. 1 quasselclient 0x08272761 Quassel::handleSignal(int)
  3. 2 0xb7f28420 __kernel_sigreturn
  4. 3 0xb7f28410 __kernel_vsyscall
  5. 4 libc.so.6 0xb6e41085 gsignal
  6. 5 libc.so.6 0xb6e42a01 abort
  7. 6 libQtCore.so.4 0xb7ce22d4 qt_message_output(QtMsgType, char const*)
  8. 7 libQtCore.so.4 0xb7ce2359 qFatal(char const*, ...)
  9. 8 libQtCore.so.4 0xb7ce23b0 qt_assert_x(char const*, char const*, char const*, int)
  10. 9 libQtGui.so.4 0xb78b4b41 0x00000000
  11. 10 libQtGui.so.4 0xb78a4a3d 0x00000000
  12. 11 libQtGui.so.4 0xb78b28f4 QTreeView::qt_metacall(QMetaObject::Call, int, void**)
  13. 12 quasselclient 0x082074df NickView::qt_metacall(QMetaObject::Call, int, void**)
  14. 13 libQtCore.so.4 0xb7e1443b QMetaObject::activate(QObject*, int, int, void**)
  15. 14 libQtCore.so.4 0xb7e149c5 QMetaObject::activate(QObject*, QMetaObject const*, int, void**)
  16. 15 libQtCore.so.4 0xb7e59389 QTimeLine::finished()
  17. 16 libQtCore.so.4 0xb7d4c391 0x00000000
  18. 17 libQtCore.so.4 0xb7d4c41d QTimeLine::timerEvent(QTimerEvent*)
  19. 18 libQtCore.so.4 0xb7e12034 QObject::event(QEvent*)
  20. 19 libQtGui.so.4 0xb72ac94d QApplicationPrivate::notify_helper(QObject*, QEvent*)
  21. 20 libQtGui.so.4 0xb72acc33 QApplication::notify(QObject*, QEvent*)
  22. 21 libQtCore.so.4 0xb7dfc695 QCoreApplication::notifyInternal(QObject*, QEvent*)
  23. 22 libQtCore.so.4 0xb7e00b87 QCoreApplication::sendEvent(QObject*, QEvent*)
  24. 23 libQtCore.so.4 0xb7e32e55 0x00000000
  25. 24 libQtCore.so.4 0xb7e32f38 QEventDispatcherUNIX::activateTimers()
  26. 25 libQtCore.so.4 0xb7e33b90 QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
  27. 26 libQtGui.so.4 0xb73696d5 0x00000000
  28. 27 libQtCore.so.4 0xb7df8f12 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)
  29. 28 libQtCore.so.4 0xb7df9151 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)
  30. 29 libQtCore.so.4 0xb7dfcfcc QCoreApplication::exec()
  31. 30 libQtGui.so.4 0xb72ac666 QApplication::exec()
  32. 31 quasselclient 0x080c228d main
  33. 32 libc.so.6 0xb6e2c450 __libc_start_main
  34. 33 quasselclient 0x080c19e1 QTreeView::scrollTo(QModelIndex const&, QAbstractItemView::ScrollHint)

History

#1 Updated by dalbers over 14 years ago

  • Status changed from New to Closed
  • Version changed from 0.4.0+ to 0.3.0.x

Closed as requested

Also available in: Atom PDF