https://bugs.kde.org/show_bug.cgi?id=419140
L. E. Segovia <a...@amyspark.me> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/-/commit/4cf116c |hics/krita/commit/84c95ef6c |be65901146edc4c0de5a6d62a89 |50d7ddea6cfbec643476077f5f2 |c41172 |ea19 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #6 from L. E. Segovia <a...@amyspark.me> --- Git commit 84c95ef6c50d7ddea6cfbec643476077f5f2ea19 by L. E. Segovia. Committed on 25/06/2020 at 13:38. Pushed by lsegovia into branch 'master'. 419140 Fix use-after-free in the resource server Sometimes (under Windows), the main window (and the palette docker) gets destroyed before the palettes' resource server. Since the docker does not remove itself as an observer in its destructor, the resource server will do it on destruction -- thus trying to access a long dead object. It is interesting to see that this use-after-free happens: - 100% reliably on Windows only - and, to the best of my knowledge, with debug builds. CCMAIL: kimages...@kde.org (cherry picked from commit 4cf116cbe65901146edc4c0de5a6d62a89c41172) M +4 -1 plugins/dockers/palettedocker/palettedocker_dock.cpp https://invent.kde.org/graphics/krita/commit/84c95ef6c50d7ddea6cfbec643476077f5f2ea19 -- You are receiving this mail because: You are watching all bug changes.