https://bugs.kde.org/show_bug.cgi?id=507601
wolthera <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Crash while creating colour |Crash while creating colour |swatch |swatch with add color | |dialog. CC| |[email protected] --- Comment #2 from wolthera <[email protected]> --- Thanks, I can reproduce. It is specifically the add color dialog that causes the crash. In the meantime, Taina Cunha, you can add color swatches by just clicking an empty space. This will not crash. --------- GDB Backtrace ----------------- Thread 1 "krita" received signal SIGSEGV, Segmentation fault. KisSwatchGroup::columnCount (this=this@entry=0x0) at /home/appimage/persistent/krita/libs/pigment/resources/KisSwatchGroup.cpp:141 141 return d->colorMatrix.size(); (gdb) bt #0 KisSwatchGroup::columnCount (this=this@entry=0x0) at /home/appimage/persistent/krita/libs/pigment/resources/KisSwatchGroup.cpp:141 #1 0x00007ffff439831d in KisSwatchGroup::addSwatch (this=0x0, swatch=...) at /home/appimage/persistent/krita/libs/pigment/resources/KisSwatchGroup.cpp:158 #2 0x00007ffff7a9964a in KisPaletteEditor::addEntry (this=this@entry=0x55555edad4f0, color=...) at /home/appimage/appimage-workspace/deps/usr/include/QtCore/qsharedpointer_impl.h:298 #3 0x00007fffb806cb3d in PaletteDockerDock::slotAddColor (this=0x55555f274b20) at /home/appimage/persistent/krita/plugins/dockers/palettedocker/palettedocker_dock.cpp:352 #4 0x00007ffff5687028 in ?? () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5 #5 0x00007ffff6142c76 in QAction::triggered(bool) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #6 0x00007ffff61459bc in QAction::activate(QAction::ActionEvent) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #7 0x00007ffff6241f7a in ?? () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #8 0x00007ffff62420d7 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #9 0x00007ffff6340e1e in QToolButton::mouseReleaseEvent(QMouseEvent*) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #10 0x00007ffff618cc9e in QWidget::event(QEvent*) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #11 0x00007ffff61497e3 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #12 0x00007ffff615146e in QApplication::notify(QObject*, QEvent*) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #13 0x00007ffff7b98d85 in KisApplication::notify (this=0x7fffffffe040, receiver=0x55555f2a8430, event=0x7fffffffd670) at /home/appimage/persistent/krita/libs/ui/KisApplication.cpp:820 #14 0x00007ffff564ef4a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5 #15 0x00007ffff614ff39 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool, bool) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #16 0x00007ffff61a65b0 in ?? () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #17 0x00007ffff61a9a65 in ?? () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #18 0x00007ffff61497e3 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Widgets.so.5 #19 0x00007ffff7b98d85 in KisApplication::notify (this=0x7fffffffe040, receiver=0x555558edb8a0, event=0x7fffffffd9d0) at /home/appimage/persistent/krita/libs/ui/KisApplication.cpp:820 #20 0x00007ffff564ef4a in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5 #21 0x00007ffff5a82857 in QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Gui.so.5 #22 0x00007ffff5a5682c in QWindowSystemInterface::sendWindowSystemEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Gui.so.5 #23 0x00007fffefea73ee in ?? () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5XcbQpa.so.5 #24 0x00007ffff288617d in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #25 0x00007ffff2886400 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #26 0x00007ffff28864a3 in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0 #27 0x00007ffff56a8a58 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /home/appimage/appimage-workspace/deps/usr/lib/libQt5Core.so.5 #28 0x -- You are receiving this mail because: You are watching all bug changes.
