Bug 166974 - Akregator crash when creating a new RSS Feed and then opening the first one
Summary: Akregator crash when creating a new RSS Feed and then opening the first one
Status: RESOLVED DUPLICATE of bug 158835
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-19 08:48 UTC by Nicolas L.
Modified: 2008-07-20 13:56 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***