https://bugs.kde.org/show_bug.cgi?id=413601
--- Comment #2 from Scott Petrovic <scottpetro...@gmail.com> --- Here is a separate crash that is happening with a back trace... Thread 1 "krita" received signal SIGSEGV, Segmentation fault. QVector<QPointF>::operator= (other=..., this=0x55556175dfe0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:78 78 { QVector moved(std::move(other)); swap(moved); return *this; } (gdb) bt #0 0x00007fffe4155981 in QVector<QPointF>::operator=(QVector<QPointF>&&) (other=..., this=0x55556175dfe0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:78 #1 0x00007fffe4155981 in KisToolSelectMagnetic::updateSelectedAnchor() (this=0x5555574d3a60) at /home/scott/git/krita/src/plugins/tools/selectiontools/KisToolSelectMagnetic.cc:416 #2 0x00007fffe41599fd in KisToolSelectMagnetic::endPrimaryAction(KoPointerEvent*) (this=0x5555574d3a60, event=0x7fffffffcd40) at /home/scott/git/krita/src/plugins/tools/selectiontools/KisToolSelectMagnetic.cc:321 #3 0x00007ffff6d25f84 in KisToolProxy::forwardToTool(KisToolProxy::ActionState, KisTool::ToolAction, QEvent*, QPointF const&) (this=<optimized out>, state=KisToolProxy::END, action=KisTool::Primary, event=0x7fffffffd490, docPoint=...) at /home/scott/git/krita/src/libs/ui/canvas/kis_tool_proxy.cpp:202 #4 0x00007ffff6d260e0 in KisToolProxy::forwardEvent(KisToolProxy::ActionState, KisTool::ToolAction, QEvent*, QEvent*) (this=0x555560b39fa0, state=state@entry=KisToolProxy::END, action=action@entry=KisTool::Primary, event=event@entry=0x7fffffffd490, originalEvent=originalEvent@entry=0x7fffffffd490) at /home/scott/git/krita/src/libs/ui/canvas/kis_tool_proxy.cpp:132 #5 0x00007ffff703d60d in KisToolInvocationAction::end(QEvent*) (this=0x55555f0ee820, event=0x7fffffffd490) at /usr/include/c++/9/bits/atomic_base.h:413 #6 0x00007ffff70482a7 in KisShortcutMatcher::tryEndRunningShortcut(Qt::MouseButton, QEvent*) (this=this@entry=0x55555f023620, button=<optimized out>, event=event@entry=0x7fffffffd490) at /home/scott/git/krita/src/libs/ui/input/kis_shortcut_matcher.cpp:679 #7 0x00007ffff7049516 in KisShortcutMatcher::buttonReleased(Qt::MouseButton, QEvent*) (this=0x55555f023620, button=<optimized out>, event=event@entry=0x7fffffffd490) at /home/scott/git/krita/src/libs/ui/input/kis_shortcut_matcher.cpp:296 -- You are receiving this mail because: You are watching all bug changes.