https://bugs.kde.org/show_bug.cgi?id=426175
--- Comment #17 from Maik Qualmann <metzping...@gmail.com> --- I think a unit test won't help. The problem is that all processes are brought together via the static loading cache, including the thumbnail threads / tasks. Unfortunately, I and apparently you cannot reproduce the crash. All loading tasks use a non-recursive mutex because a QWaitCondition is used. But this also means that all processes start when the mutex is unlocked. I hope that the problem with calling the wrong overloaded function due to my change to explicit float type in the progress info function is a thing of the past, so far this crash has not been reported again. Maik -- You are receiving this mail because: You are watching all bug changes.