https://bugs.kde.org/show_bug.cgi?id=480134
--- Comment #127 from caulier.gil...@gmail.com --- Yes, it's not a crash, but a dysfunction in the ksyscoca component from KDE frameworks. Namely this component is a System Configuration Cache mechanism. It use a database internally (certainly a qslite one) to store all type-mime settings (aka the application to use with a kind of file). I suspect a concurrent access to a same interface to access to this database but with different mechanism (or something like that). This can be also a race condition to access to the same database file. This is why Maik proposed to patch ksycoca code to use a database file with a different filename. But this do not solve this problem. The Q is why i cannot reproduce the problem with Kubuntu 23.04. In my office i had a more recent Kubuntu 23.10 with a more recent Plasma desktop. I will try to reproduce the problem on this computer... Gilles -- You are receiving this mail because: You are watching all bug changes.