https://bugs.kde.org/show_bug.cgi?id=397959
Simon Depiets <sdepi...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |ASSIGNED --- Comment #13 from Simon Depiets <sdepi...@gmail.com> --- I think I was able to fix my issue which was slightly different (only triggered randomly or when spamming) but probably related. I suspect the problem is the multithreading access to the database provider between the thread that launches the queries and the thread that reads the result. I added some mutexes and cleanup of previous queries and I'm not able to make it crash anymore. It seems the rework done on QSqlQueryModel in Qt 5.10 and Qt 5.11 might be the cause. https://github.com/KDE/lokalize/commit/2b183be33e93ffd30d4d9238704051c971ede0b4 -- You are receiving this mail because: You are watching all bug changes.