https://bugs.kde.org/show_bug.cgi?id=484796
Robert Moerland <rmoerlan...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rmoerlan...@gmail.com --- Comment #3 from Robert Moerland <rmoerlan...@gmail.com> --- I am not sure if it's related, but I have found a way to consistently crash Krita when re-importing and overwriting existing gradients: 1. Import an SVG gradient 2. Change a color in the definition of the gradient (for example with a text editor) 3. Re-import the gradient -> Krita crashes: Output on terminal: QLayout: Attempting to add QLayout "" to DlgResourceManager "", which already has a layout A resource with the same filename but a different MD5 already exists in the storage "gradients" "D:/SandboxFiles/crash_test.svg" "" Proceeding with overwriting the existing resource... ASSERT (krita): "!originalImageCache.contains(key)" in file D:/git/krita-dev/krita-src/libs/resources/KisResourceThumbnailCache.cpp, line 91 It seems like the required update of the thumbnail fails an assert statement? Krita version 5.2.3 on Windows 10 -- You are receiving this mail because: You are watching all bug changes.