https://bugs.kde.org/show_bug.cgi?id=454198
--- Comment #2 from Lynx3d <lynx.mw+...@gmail.com> --- Uh okay this crash sure is hard to reproduce here, I was lucky the first one happened within seconds, took me hours to get another one. Unfortunately, none of my asserts triggered, but reading through the code, something sure looks odd to me. Access to `KisBaseNode::Private::properties` doesn't seem to be protected at all from concurrent access, but they are manipulated by the strokes system from what I understand, which means it IS concurrent to the UI thread. If that's correct, it's only a matter of time until things go wrong, and kinetic scrolling which constantly paints the layers docker just greatly increases the likeliness that this happens. -- You are receiving this mail because: You are watching all bug changes.