Comment 44 for bug 56369

Revision history for this message
In , Thomas Koch (thomas-koch-ro) wrote :

I had a similiar problem. For me akregator just freezed. I did a
lsof -p AKREGATORPID
to see the files opened by akregator. The last file opened was a .mk4 file inside ~/.kde/share/apps/akregator/Archive

You can get the AKREGATORPID with
ps aux|grep akregator

After renaming the last file listed by lsof, akregator started again, but the respective feed did not have any archived entries anymore. Now I'd like to know, how to resque a corrupted .mk4 file...