https://bugs.kde.org/show_bug.cgi?id=450121
Halla Rempt changed:
What|Removed |Added
Status|REPORTED|CONFIRMED
CC||[email protected]
Ever confirmed|0 |1
--- Comment #2 from Halla Rempt ---
Crash log:
Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
KisPredefinedBrushChooser::slotUpdateBrushModeButtonsState
(this=0x56181750)
at
/home/halla/dev/krita/plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp:432
432
cmbBrushMode->setCurrentIndex(int(m_brush->brushApplication()));
(gdb)
(gdb) bt
#0 KisPredefinedBrushChooser::slotUpdateBrushModeButtonsState
(this=0x56181750)
at
/home/halla/dev/krita/plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp:432
#1 0x7fffe06aca56 in KisPredefinedBrushChooser::updateBrushTip
(this=0x56181750, resource=...,
isChangingBrushPresets=)
at
/home/halla/dev/krita/plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp:404
#2 0x7fffe06afa03 in KisPredefinedBrushChooser::slotOpenStampBrush
(this=0x56181750)
at
/home/halla/dev/krita/plugins/paintops/libpaintop/kis_predefined_brush_chooser.cpp:319
#3 0x7fffe06b08ab in KisPredefinedBrushChooser::qt_static_metacall
(_o=,
_c=, _id=, _a=)
at
/home/halla/dev/b-krita/plugins/paintops/libpaintop/kritalibpaintop_autogen/include/moc_kis_predefined_brush_chooser.cpp:145
#4 0x75a9c100 in QMetaObject::activate(QObject*, int, int, void**) ()
from /home/halla/dev/deps/lib/libQt5Core.so.5
#5 0x76596256 in QAbstractButton::clicked(bool) () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#6 0x7659647e in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#7 0x765978c3 in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#8 0x76597a85 in QAbstractButton::mouseReleaseEvent(QMouseEvent*) ()
from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#9 0x764e3a5e in QWidget::event(QEvent*) () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#10 0x764a10d6 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#11 0x764aa897 in QApplication::notify(QObject*, QEvent*) ()
from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#12 0x77c3e28e in KisApplication::notify (this=0x7fffd660,
receiver=0x5addd840,
event=0x7fffcb30) at
/home/halla/dev/krita/libs/ui/KisApplication.cpp:757
#13 0x75a706ea in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
from /home/halla/dev/deps/lib/libQt5Core.so.5
#14 0x764a9ac7 in QApplicationPrivate::sendMouseEvent(QWidget*,
QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer&, bool, bool) ()
from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#15 0x764ffb2d in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#16 0x76502b64 in ?? () from
/home/halla/dev/deps/lib/libQt5Widgets.so.5
#17 0x764a10d6 in QApplicationPrivate::notify_helper(QObject*, QEvent*)
()
from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#18 0x764aa5d0 in QApplication::notify(QObject*, QEvent*) ()
from /home/halla/dev/deps/lib/libQt5Widgets.so.5
#19 0x77c3e28e in KisApplication::notify (this=0x7fffd660,
receiver=0x63916310,
event=0x7fffd030) at
/home/halla/dev/krita/libs/ui/KisApplication.cpp:757
#20 0x75a706ea in QCoreApplication::notifyInternal2(QObject*, QEvent*)
()
from /home/halla/dev/deps/lib/libQt5Core.so.5
#21 0x75e61fa3 in
QGuiApplicationPrivate::processMouseEvent(QWindowSystemInterfacePrivate::MouseEvent*)
() from /home/halla/dev/deps/lib/libQt5Gui.so.5
#22 0x75e638db in
QGuiApplicationPrivate::processWindowSystemEvent(QWindowSystemInterfacePrivate::WindowSystemEvent*)
() from /home/halla/dev/deps/lib/libQt5Gui.so.5
#23 0x75e3d98c in
QWindowSystemInterface::sendWindowSystemEvents(QFlags)
() from /home/halla/dev/deps/lib/libQt5Gui.so.5
#24 0x701f254e in ?? () from /home/halla/dev/deps/lib/libQt5XcbQpa.so.5
#25 0x7305e17d in g_main_context_dispatch () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#26 0x7305e400 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x7305e4a3 in g_main_context_iteration () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x75ac8645 in
QEventDispatcherGlib::processEvents(QFlags) ()
from /home/halla/dev/deps/lib/libQt5Core.so.5
#29 0x75a6f29b in
QEventLoop::exec(QFlags) ()
from /home/halla/dev/deps/lib/libQt5Core.so.5
#30 0x75a76ff6 in QCoreApplication::exec() () from
/home/halla/dev/deps/lib/libQt5Core.so.5
#31 0xd60f in main (argc=, argv=)
at /home/halla/dev/krita/krita/main.cc:699
--
You are receiving this mail because:
You are watc