https://bugs.kde.org/show_bug.cgi?id=495481
--- Comment #2 from b...@mogwai.be --- Due to missing symbols, I don't see anything in particular that would point to the crash in your case. Having said that, I've been getting a lot of these crashes myself. This only started happening very recently and seems to be correlated with "database is locked" errors. I have the impression that something in an underlying library has changed recently (perhaps in qt6?). I'm assuming that your crash is due to the same reason. The current code is updating the database from multiple threads simultaneously. The way it's implemented should be allowed and should be thread-safe, and this implementation worked for several years without any reports. So, I'm not sure what changed... I think I'll need to refactor the database update to be handled by one thread after all rss feeds have been parsed. I had made an internal ticket a long time ago to do this refactoring anyway, since it has a few additional advantages on long term. I guess this has now moved it up in priority. -- You are receiving this mail because: You are watching all bug changes.