Created attachment 119908 [details] backtrace Created a blank canvas 9k x 8k, noticed It was 16bit, closed it (to create a new one in 8bit). crash The backtrace shows the resource was not available by the time it was asked for.
Git commit 9810e49fa94f62cb9481b852e29cdd988be5540d by Boudewijn Rempt. Committed on 08/05/2019 at 08:27. Pushed by rempt into branch 'master'. Check whether there's a paintdevice before using it M +1 -1 plugins/dockers/histogram/histogramdockerwidget.cpp https://invent.kde.org/kde/krita/commit/9810e49fa94f62cb9481b852e29cdd988be5540d
Yes, basically, the histogram docker wanted to repaint itself after the image is already gone. But this was easy -- you could've added that check yourself :P
Indeed, When I was reporting I thought "I could fix this before going to sleep", but then I remembered the CPU was building 10 thousand packages and thought "I better report it and come back to it later"
:P