Summary: | Crash on saving changing EXIF settings | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Torbjörn K. <torbjoern.k> |
Component: | Metadata-Exif | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, JimShip |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.12.0 | |
Sentry Crash Report: | |||
Attachments: | GDB log of changing metadata settings |
Description
Torbjörn K.
2011-07-03 12:24:33 UTC
Strange. It crash about font management in Qt4 when Album Tree view is updated... Gilles Caulier Created attachment 61574 [details]
GDB log of changing metadata settings
I tried reproducing this bug while having digikam launched from within GDB. Unfortunately, just making some changes to the metadata EXIF-settings does not trigger this bug. The crash occurs there (I experienced it the second time) but is not caused there.
However, I attached the GDB log for launching digikam, opening the settings window, switching to metadata settings, activating, applying, reopening the settings window and deactivating this setting again and closing digikam.
While reading the log I discovered some warnings/errors in the markup of text messages. I'll try exploring those.
Sound like the thumbnail database is broken : digikam(958)/digikam (core) Digikam::DatabaseCoreBackendPrivate::debugOutputFailedQuery: Failure executing query: "" Error messages: "Anweisung kann nicht ausgeführt werden" "database disk image is malformed" 11 2 QSqlError(-1, "", "") Bound values: () digikam(958)/digikam (core) Digikam::DatabaseCoreBackend::execDBAction: Error while executing DBAction [ "CreateThumbnailsDB" ] Statement [ "CREATE TABLE Thumbnails (id INTEGER PRIMARY KEY, type INTEGER, modificationDate DATETIME, orientationHint INTEGER, data BLOB)" ] Gilles Caulier Probably connected with the broken database you discovered in the other bugreport? digiKam 2.2.0 is out since few weeks. Crash still valid with this version ? Gilles Caulier *** Bug 286641 has been marked as a duplicate of this bug. *** Torbjörn, This entry still valid with 2.4 release ? Gilles Caulier New digiKam 4.11.0 is available : https://www.digikam.org/node/740 Can you reproduce the problem with this release ? Gilles caulier I have not seen this crash in version LibExiv2 2.4 (digikam 4.10.0). |