LINUX.ORG.RU

Gentoo, падает eiskaltdcpp-qt


0

1

При определенных обстоятельствах падает eiskaltdcpp, а именно, когда в окне поиска кликаешь ПКМ на найденном файле вот ошибка

ASSERT failure in QList<T>::at: «index out of range», file /usr/include/qt4/QtCore/qlist.h, line 439

Кусок /usr/include/qt4/QtCore/qlist.h

template <typename T>
inline typename QList<T>::iterator QList<T>::erase(iterator it)
{ node_destruct(it.i);
 return reinterpret_cast<Node *>(p.erase(reinterpret_cast<void**>(it.i))); }
template <typename T>
inline const T &QList<T>::at(int i) const
//line 439:// { Q_ASSERT_X(i >= 0 && i < p.size(), "QList<T>::at", "index out of range");
 return reinterpret_cast<Node *>(p.at(i))->t(); }
template <typename T>
inline const T &QList<T>::operator[](int i) const
{ Q_ASSERT_X(i >= 0 && i < p.size(), "QList<T>::operator[]", "index out of range");
 return reinterpret_cast<Node *>(p.at(i))->t(); }

~ $ eiskaltdcpp-qt --version
2.2.1 (stable)

Гугл молчит.


У меня такая проблема была только при установке из ~x86, поставил из стабильной ветки, вроде не падает

HeadStone
()
Ответ на: комментарий от HeadStone

Так он из стабильной. Ну если баг, значит баг, фиг с ним.

MrHouse
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.