Bug 191685 - Crash just after or while importing OPML
Summary: Crash just after or while importing OPML
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 184446 189303 193647 194370 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-05-05 15:00 UTC by Oceanwatcher
Modified: 2009-05-29 13:37 UTC (History)
4 users (show)

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 Oceanwatcher 2009-05-05 15:00:03 UTC
Version:           1.4.2 (using KDE 4.2.2)
OS:                Linux
Installed from:    Ubuntu Packages

After importing and OPML that has been exported by RSSOwl, Akregator shows the dialog box with the name of the folder where the feeds will be saved. A little while after this it crashes.

The import itself takes a VERY long time and the application seems to have frozen.

After a chat with fosterfeld on #akregator, he tested the OPML and got the same crash. Here is his comment:

--------
ah, debug output on the console: "Cannot create pipe main loop wake-up: Too many open files"
GLib-ERROR
and it crashes somewhere in glib...
so it's the problem i had in mind from the beginning
evil, it's not that many feeds in the file
seems to be the favicon stuff, which also triggers problems on mac
--------

So the bug is confirmed.
Comment 1 Frank Osterfeld 2009-05-14 21:21:43 UTC
SVN commit 968035 by osterfeld:

d'oh, the metakit plugin still keeps three open files per feed, one per the content, one for tags and one for categories.
The two latter are not used at all in the application, so disable these features to reduce the number of open files per feed to 1
This was already done in 3.5.x but apparently never ported to 4.x

BUG: 191685


 M  +18 -26    feedstoragemk4impl.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=968035
Comment 2 Frank Osterfeld 2009-05-14 21:59:09 UTC
*** Bug 189303 has been marked as a duplicate of this bug. ***
Comment 3 Frank Osterfeld 2009-05-14 22:01:21 UTC
*** Bug 184446 has been marked as a duplicate of this bug. ***
Comment 4 Frank Osterfeld 2009-05-21 19:15:01 UTC
SVN commit 971105 by osterfeld:

forwardport:

d'oh, the metakit plugin still keeps three open files per feed, one per the content, one for tags and one for categories.
The two latter are not used at all in the application, so disable these features to reduce the number of open files per feed to 1
this was already done in 3.5.x but apparently never ported to 4.x

CCBUG: 191685

 M  +18 -26    feedstoragemk4impl.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=971105
Comment 5 Jonathan Thomas 2009-05-22 20:26:04 UTC
*** Bug 193647 has been marked as a duplicate of this bug. ***
Comment 6 Christophe Marin 2009-05-29 13:37:10 UTC
*** Bug 194370 has been marked as a duplicate of this bug. ***