There are several crashes in the log, actually. The first one is in KisInputManager::toolProxy, it’s the same as the second one here: Krita just wont open! - #6 by goblinrot
The second one is KoShape::~KoShape, I think it’s a crash on exit related to the Comic Panel Editing tool.
But the others are related to text:
The third is an assert in KoSvgTextShape::Private::createTextNodeIndex.
SvgTextOnPathDecorationHelper::paint -> KoSvgTextShape::topLevelNodeForPos -> KoSvgTextShape::Private::createTextNodeIndex -> kis_assert_exception
The fifth (and seventh) are similar, except they just crash in topLevelNodeForPos instead.
The fourth (and sixth) is an assert in KoSvgTextShape::textType.
SvgTextCursor::notifyShapeChanged -> SvgTextCursor::updateCursor -> SvgTextCursor::updateTypeSettingDecoration -> SvgTextCursor::updateTypeSettingDecoFromShape -> KoSvgTextShape::textType -> kis_assert_exception