Summary: | Crash in color space conversion | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jens Mueller <tschenser> |
Component: | ColorManagement-Backend | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.1.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.1.0 | |
Sentry Crash Report: |
Description
Jens Mueller
2009-12-28 14:45:14 UTC
The crash is due to some non-standard use of QCache here, I want QCache only to keep the list of favorite strings, and drop least often used ones. I never tested with more than ten favorites though, when this crashes. SVN commit 1067385 by mwiesweg: To use QCache as I intend, we need to insert some dummy bytes as payload. BUG: 220399 M +2 -1 NEWS M +3 -3 imageplugins/coreplugin/profileconversiontool.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1067385 |