| Summary: | Akregator crash when creating a new RSS Feed and then opening the first one | ||
|---|---|---|---|
| Product: | [Applications] akregator | Reporter: | Nicolas L. <kde> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandriva RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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 }