https://bugs.kde.org/show_bug.cgi?id=399923
--- Comment #222 from Maik Qualmann <metzping...@gmail.com> --- This crash is one of many here in the thread. It crashes in a static function to the Exif rotation, writing the DImg attribute into the QMap. The DImg is alone at this moment and not shared with another thread. Problem could be the static function if another thread should go through the function at the same time. As I said modern compilers should prevent it. Gilles, a bugtrace from your crash would be interesting now. you probably need many images that are not yet rotated, like the WhatsApp images by Timokau. But then there is still the strange crash in the overridden function. Maik -- You are receiving this mail because: You are watching all bug changes.