https://bugs.kde.org/show_bug.cgi?id=508423
Bug ID: 508423
Summary: Creating a palette crashes Krita
Classification: Applications
Product: krita
Version First 5.2.11
Reported In:
Platform: Fedora RPMs
OS: Linux
Status: REPORTED
Severity: crash
Priority: NOR
Component: Dockers
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org
If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
Please remove this comment after reading and before submitting - thanks!
***
SUMMARY
Creating a new palette crashes Krita. This even occurs with a fresh install via
Toolbox, and when kritarc is removed.
STEPS TO REPRODUCE
1. Create a new palette with the palette docker
OBSERVED RESULT
Krita crashes.
gdb says:
```
Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
0x00007ffff4cfab54 in KisSwatchGroup::columnCount() const () from
/usr/lib64/libkritapigment.so.19
```
With krita-libs-debuginfo installed:
```
Thread 1 "krita" received signal SIGSEGV, Segmentation fault.
KisSwatchGroup::columnCount (this=this@entry=0x0)
at
/usr/src/debug/krita-5.2.11-1.fc42.x86_64/libs/pigment/resources/KisSwatchGroup.cpp:141
141 return d->colorMatrix.size();
```
EXPECTED RESULT
A palette is created.
SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 42
KDE Plasma Version: 6.4.4
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are watching all bug changes.