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.
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
*** Bug 189303 has been marked as a duplicate of this bug. ***
*** Bug 184446 has been marked as a duplicate of this bug. ***
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
*** Bug 193647 has been marked as a duplicate of this bug. ***
*** Bug 194370 has been marked as a duplicate of this bug. ***