https://bugs.kde.org/show_bug.cgi?id=410387
--- Comment #15 from krzysio.ku...@wp.pl --- This issue seems to be caused by multithreading and use of destroyed shared resources. The crash can be prevented by adding the following line to `KisSwatchGroup::Private`: ~Private(){usleep(1);} Somehow it causes just enough time to pass for crash not to occur, although there's still artefacts caused by use of invalid resources. -- You are receiving this mail because: You are watching all bug changes.