https://bugs.kde.org/show_bug.cgi?id=427296
--- Comment #2 from tth.h...@gmail.com <tth.h...@gmail.com> --- (In reply to Boudewijn Rempt from comment #1) > Are you using the appimage or a distribution package? At one point, there > was a version of Qt packaged by Debian that would assert on PNG images with > a broken ICC profile. If Debian still ships that, that could be the problem. > If you're using Krita from the debian repo, please start it from the > terminal and note whether there's any output that sounds like a PNG fatal > error. I'm using a distribution package (I installed Krita through the terminal using apt-get). After launching Krita through terminal twice, the outputs are as follows: [1st attempt] (process:2081): Gtk-WARNING **: 23:07:48.678: Locale not supported by C library. Using the fallback 'C' locale. Invalid profile : "/usr/share/color/icc/colord/Crayons.icc" "Crayon Colors" Invalid profile : "/usr/share/color/icc/colord/x11-colors.icc" "X11 Colors" QObject::startTimer: Timers cannot have negative intervals /usr/lib/x86_64-linux-gnu/krita-python-libs/krita added to PYTHONPATH qrc:/touchstrip.qml:1:1: module "QtQuick" is not installed QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout Segmentation fault (core dumped) [2nd attempt] (process:2235): Gtk-WARNING **: 23:08:31.650: Locale not supported by C library. Using the fallback 'C' locale. Invalid profile : "/usr/share/color/icc/colord/Crayons.icc" "Crayon Colors" Invalid profile : "/usr/share/color/icc/colord/x11-colors.icc" "X11 Colors" QObject::startTimer: Timers cannot have negative intervals /usr/lib/x86_64-linux-gnu/krita-python-libs/krita added to PYTHONPATH QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout krita.general: "file:///usr/bin/..//share/krita/qmlthemes/default/theme.qml:19 module \"QtQuick\" is not installed\n" qrc:/touchstrip.qml:1:1: module "QtQuick" is not installed krita: malloc.c:2379: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed. Aborted (core dumped) -- You are receiving this mail because: You are watching all bug changes.