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

wolthera <griffinval...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WAITINGFORINFO
             Status|REPORTED                    |NEEDSINFO
                 CC|                            |griffinval...@gmail.com

--- Comment #4 from wolthera <griffinval...@gmail.com> ---
I cannot reproduce this either on the following specs:

Krita

 Version: 4.2.0-pre-alpha (git c5838c0)
 Languages: en_US, en_GB, nl
 Hidpi: false

Qt

  Version (compiled): 5.12.0
  Version (loaded): 5.12.0

OS Information

  Build ABI: x86_64-little_endian-lp64
  Build CPU: x86_64
  CPU: x86_64
  Kernel Type: linux
  Kernel Version: 4.15.0-46-generic
  Pretty Productname: KDE neon User Edition 5.15
  Product Type: neon
  Product Version: 18.04

Still, that assert is interesting...

Can you try to install the debug symbols and run Krita in gdb? This is not
possible with the appimages as far as I know, so you need to either have a
build from source or check if your repository's Krita is build with debug. Then
in a terminal run:

gdb krita

then gdb starts up and tells you if it found the debug info. so then type

run

and finally, when krita crashes, it will in gdb freeze up instead. If that
happens, go to the terminal and type

thread apply all backtrace

keep pressing enter till gdb is out of output. Then copy paste that whole thing
into a bugreport or attach it as a txt. It'd be super useful to have that.

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

Reply via email to