https://bugs.kde.org/show_bug.cgi?id=362675
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |http://commits.kde.org/krit | |a/5ab2ed2f7b19d8be57f9408f8 | |8614c282f0abaa0 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 5ab2ed2f7b19d8be57f9408f88614c282f0abaa0 by Dmitry Kazakov. Committed on 06/05/2016 at 08:54. Pushed by dkazakov into branch 'master'. Fix a crash when saving the image when autosave it ready to save The crash happened because autosave decided to save at the moment of time when the user has been saving the image itself. And given that we save the image in a background thread, autosave could easily do it. Now SafeSignalLocker blocks not only the image, but also a special lock that guard KisDocument from entering the saving code twice. Fixes T2430 M +20 -0 libs/global/kis_global.h A +63 -0 libs/image/kis_image_barrier_lock_adapter.h [License: GPL (v2+)] M +83 -68 libs/ui/KisDocument.cpp M +6 -6 libs/ui/KisDocument.h http://commits.kde.org/krita/5ab2ed2f7b19d8be57f9408f88614c282f0abaa0 -- You are receiving this mail because: You are watching all bug changes.