https://bugs.kde.org/show_bug.cgi?id=451802
--- Comment #5 from Kristian Karl <kristian.hermann.k...@gmail.com> --- Inserting this code after https://invent.kde.org/graphics/digikam/-/blob/master/core/utilities/geolocation/geoiface/tracks/trackreader.cpp#L332 seems to be one solution to the problem. if (xml.name() == QLatin1String("extensions")) { do { xml.readNext(); } while (!(xml.tokenType() == QXmlStreamReader::EndElement && xml.name() == QLatin1String("extensions")) && !xml.hasError()) ; continue; } Also, I don't think this code is used anymore? https://invent.kde.org/graphics/digikam/-/blob/master/core/utilities/geolocation/geoiface/tracks/trackreader.cpp#L147-290 -- You are receiving this mail because: You are watching all bug changes.