https://bugs.kde.org/show_bug.cgi?id=518305
Bug ID: 518305
Summary: Krita crashes selecting text tool after performing
specific set of actions
Classification: Applications
Product: krita
Version First 5.3.0
Reported In:
Platform: Ubuntu
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: Tool/Text
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 191123
--> https://bugs.kde.org/attachment.cgi?id=191123&action=edit
Screen recording of steps to crash
SUMMARY
After performing a specific set of actions, I can repeatedly crash Krita.
Download latest 5.3.0 AppImage and start from a clean configuration.
STEPS TO REPRODUCE
1. Open Krita
2. Open a document from the filesystem
3. Run the following script in the scripter to add a second view of the
document from step 2:
ki = Krita.instance()
win = ki.activeWindow()
doc = win.activeView().document()
win.addView(doc)
4. Close the first document (from step 2) by click close on the tab
5. Click on the Text Tool icon the Toolbox docker (this triggers the crash)
OBSERVED RESULT
Krita crashes.
EXPECTED RESULT
Krita does not crash.
SOFTWARE/OS VERSIONS
Krita
Version: 5.3.0 (git 148ce5c)
Hidpi: true
Qt
Version (compiled): 5.15.7
Version (loaded): 5.15.7
OS Information
Build ABI: x86_64-little_endian-lp64
Build CPU: x86_64
CPU: x86_64
Kernel Type: linux
Kernel Version: 6.17.0-19-generic
Pretty Productname: Ubuntu 24.04.4 LTS
Product Type: ubuntu
Product Version: 24.04
Desktop: ubuntu:GNOME
Appimage build: Yes
ADDITIONAL INFORMATION
I am attaching a screen recording of the steps above.
--
You are receiving this mail because:
You are watching all bug changes.