[digikam] [Bug 374922] digiKam crashes when dropping ext. image into fuzzy search target area
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Sat Jan 14 15:19:31 GMT 2017
https://bugs.kde.org/show_bug.cgi?id=374922
--- Comment #3 from caulier.gilles at gmail.com ---
The exif tag relevant of the crash is "Exif.Pentax.ShutterCount" from
makernote.
It crash here :
for (Exiv2::ExifData::const_iterator md = exifData.begin(); md !=
exifData.end(); ++md)
{
QString key = QString::fromLatin1(md->key().c_str());
QString tagValue;
std::ostringstream os;
os << *md; <<< HERE
tagValue = QString::fromLocal8Bit(os.str().c_str());
}
}
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Digikam-devel
mailing list