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

Boudewijn Rempt <b...@valdyas.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b...@valdyas.org
             Status|UNCONFIRMED                 |NEEDSINFO
           Severity|critical                    |crash
         Resolution|---                         |WAITINGFORINFO

--- Comment #1 from Boudewijn Rempt <b...@valdyas.org> ---
Outch, that's been some work! It is usually easier to just select all the text
in the terminal and paste it in the bug report. And it's a pity the ubuntu
crash dialog apparently isn't as good as the Plasma crash dialog, which allows
you to report a bug directly, and warns if the debug symbols aren't installed.

Which is the case here, and that means that we cannot do much with all these
screenshots :-(

What would be best is if you could install the corresponding debug symbols to
krita, then start Krita from a terminal with gdb, like this:

gdb krita

on the gdb prompt type 'r' and press enter: that should start krita.

Make sure the terminal is set to provide unlimited scrollback!

Now reproduce the crash, and when the crash happens, in the gdb terminal type

"set pagination off"

then

"thread apply all bt"

That will scroll a lot of text over the screen, which you can cut and paste
into this bug report.

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

Reply via email to