On Ubuntu 16.04 doing a segfault. When I use gdb, it has a rough time and locks up my entire computer. The most gdb gives me is that is is kisimage.cc: 318 Reproducible: Always Steps to Reproduce: 1. create a new document 2. open the brush editor 3. make a stroke on the scratchpad Actual Results: crash Expected Results: makes a stroke
that's because it's a popup. The only solution is to run gdb either through ssh from another machine, or from a terminal. I can confirm the crash, though.
Git commit 5f917be3bd92fde02ac1825ea67cc8fcfedff11e by Boudewijn Rempt. Committed on 13/09/2016 at 12:06. Pushed by rempt into branch 'master'. It is perfeclty possible to paint on a paint device without having an image, so check for that. M +3 -1 libs/ui/tool/kis_resources_snapshot.cpp http://commits.kde.org/krita/5f917be3bd92fde02ac1825ea67cc8fcfedff11e