https://bugs.kde.org/show_bug.cgi?id=444516

--- Comment #12 from sh_zam <sh...@sdf.org> ---
Hi David!

Looks like this crash needs some manual intervention in the gdb to narrow down
the area to debug.

Here’s what I’d do if Krita crashed, to get some insight. It may or may not
help much…

Inside gdb:

(gdb) info registers       # to get info about the state
(gdb) set pagination off   # to print everything without stopping
(gdb) disassemble          # print disassembly of the frame

Note: It is possible that the disassemble output may be way too much, in that
case you may find it convenient to attach it as a file instead :)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to