[digikam] [Bug 375809] digiKam froze on opening Settings
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Wed Feb 1 13:11:33 GMT 2017
https://bugs.kde.org/show_bug.cgi?id=375809
--- Comment #8 from caulier.gilles at gmail.com ---
I found the problem why Exif viewer list is empty.
Exiv2 generate a C++ exception :
Thread 1 "digikam" hit Breakpoint 7, Digikam::MetaEngine::getStdExifTagsList
(this=0x7fffffffaa00) at
/mnt/data/5.x/core/libs/dmetadata/metaengine_exif.cpp:1106
1106 d->printExiv2ExceptionError(QString::fromLatin1("Cannot get
Exif Tags list using Exiv2 "), e);
(gdb) print e
$51 = (Exiv2::Error &) @0x558fb50: {<Exiv2::AnyError> = {<No data fields>},
code_ = 23, count_ = 1, arg1_ = "8", arg2_ = "", arg3_ = "", msg_ = "Invalid
ifdId 8"}
==> Invalid ifdId 8
This is strange because the code is exactly the same with CLI tool to print all
Exiv2 know tags and the error do not appear.
Gilles
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list