https://bugs.kde.org/show_bug.cgi?id=374922
--- Comment #3 from caulier.gil...@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 watching all bug changes.