Version: (using KDE 4.0.98) Installed from: Mandriva RPMs Akregator crash when creating a new RSS Feed and then opening the first one ( but works if you add the rss feed, close akregator , open akregator and then try to read it ) Usig gdb it gives me that it crash line 232 : #3 0x00007fe260e2935c in Akregator::ArticleModel::Private::articlesUpdated (this=0x2829070, node=<value optimized out>, list=<value optimized out>) at /usr/src/debug/kdepim-4.0.98/akregator/src/articlemodel.cpp:232 232 assert( row != -1 ); (gdb) list 227 228 //might want to avoid indexOf() in case of performance problems 229 Q_FOREACH ( const Article& i, list ) 230 { 231 const int row = articles.indexOf( i ); 232 assert( row != -1 ); 233 titleCache[row] = Syndication::htmlToPlainText( articles[row].title() ); 234 rmin = std::min( row, rmin ); 235 rmax = std::max( row, rmax ); 236 }
*** This bug has been marked as a duplicate of 158835 ***