https://bugs.kde.org/show_bug.cgi?id=500697
--- Comment #4 from Josep Febrer <jfeb...@gmail.com> --- (In reply to bart from comment #3) > Thanks for the report. > > My first coarse analysis: Kasts is actually not really frozen, it's just > re-trying failed database transactions with an increasing time between > attempts. But, if there are many failing transactions, I can see how the > total waiting time would explode, which makes it seem like it's completely > unresponsive. > This is a new feature on the master branch, but I see now that the app > probably needs to give some feedback when this happens. Also, does the UI > stay responsive, or does it also hang? Since these db transactions are > running in separate threads, I would expect the UI to stay responsive. > > Anyway, it seems like the root cause is a "corruption" of your database, > which explains why this doesn't happen on other systems. I'll try and have > a look at your database later to pinpoint why that has happened (so the > cause can also be addressed, potentially). You are right that Kasts it's not frozen because on the terminal I see the database error repeating from time to time, so it's still trying. But the UI is completely frozen and if I try to click on it after some time it will appear the unresponsive window dialog to force closing it. BTW you are doing a great work with Kasts. -- You are receiving this mail because: You are watching all bug changes.