Summary: | Crash when creating multiline text item | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Halla Rempt <halla> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | howlingflute |
Priority: | NOR | Keywords: | drkonqi |
Version: | 2.9 Beta | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/a957d083cdc1d586ccbd2ba4a972c7eac3dd1e11 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | [ ^ crash log ] |
Description
Halla Rempt
2013-12-02 13:47:42 UTC
I can also reproduce this crash. In addition you can get crashes when you add the text shape or the new annotation shape from the add shape docker. These shapes don't immediately crash krita, they only crash krita after double clicking on them to change or add text. I think this bug originates somewhere around commit 17c9132885af3afc2e5ab1b2aabcfe910e4de913 Git commit fad45bd4002c1417f8b9f0e9fc0743812a2ff787 by Dmitry Kazakov. Committed on 07/12/2013 at 07:23. Pushed by dkazakov into branch 'master'. Fix a crash in Krita due to accessing to an unsupported action in TextTool The action "insert_table" (as well as other table-related actions) is added by the Text Tool only in case the app supports 'useAdvancedText' feature. That is why accessing the "insert_table" outside 'useAdvancedText' check will cause a crash. Please revert/change this commit if I understood something wrong :) CC:calligra-devel@kde.org M +2 -2 plugins/textshape/TextTool.cpp http://commits.kde.org/calligra/fad45bd4002c1417f8b9f0e9fc0743812a2ff787 Git commit a957d083cdc1d586ccbd2ba4a972c7eac3dd1e11 by Dmitry Kazakov. Committed on 07/12/2013 at 07:23. Pushed by dkazakov into branch 'calligra/2.8'. Fix a crash in Krita due to accessing to an unsupported action in TextTool The action "insert_table" (as well as other table-related actions) is added by the Text Tool only in case the app supports 'useAdvancedText' feature. That is why accessing the "insert_table" outside 'useAdvancedText' check will cause a crash. Please revert/change this commit if I understood something wrong :) CC:calligra-devel@kde.org M +2 -2 plugins/textshape/TextTool.cpp http://commits.kde.org/calligra/a957d083cdc1d586ccbd2ba4a972c7eac3dd1e11 Created attachment 86391 [details]
[ ^ crash log ]
Hi, In actual 2.9pre-alpha, I can crash Krita on demand everytime I trace a multiline text frame.
Are you completely up to date? |