https://bugs.kde.org/show_bug.cgi?id=462981
Torsten Rahn <r...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |r...@kde.org Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #2 from Torsten Rahn <r...@kde.org> --- Thanks for reporting it. Fixed with commit 28f9362ea9f9cfb818bad04cce48ce312f3bf990 Author: Torsten Rahn <r...@kde.org> Date: Tue Mar 21 14:16:15 2023 +0100 Initial fix for a crash that happens whenever tilefiles are read in parallel (via the ParsingRunner). Since the 3rd-party o5mreader has local statics it's not threadsafe. Added a mutex around the whole stringpair function to fix this. -- You are receiving this mail because: You are watching all bug changes.