https://bugs.kde.org/show_bug.cgi?id=407228
--- Comment #3 from Scott Petrovic <scottpetro...@gmail.com> --- if it is randomly, it could be related to this... kis_tool_move.cc -------- bool KisToolMove::startStrokeImpl(MoveToolMode mode, const QPoint *pos) There is an image->tryBarrierLock for threaded stuff in there, but the check might need to happen earlier in the code before image is actually used. Specifically before the KisResourceSnapShotSP tries to use the image. -- You are receiving this mail because: You are watching all bug changes.