Bug 166974

Summary: Akregator crash when creating a new RSS Feed and then opening the first one
Product: [Applications] akregator Reporter: Nicolas L. <kde>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED DUPLICATE    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Nicolas L. 2008-07-19 08:48:08 UTC
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         }
Comment 1 Christophe Marin 2008-07-20 13:56:17 UTC

*** This bug has been marked as a duplicate of 158835 ***