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