For 3 images I entered coordinates (N, E, no H). The output for this is ok. I just want to enter next datas, If I start the plugin, digikam crashes. Reproducible: Always Actual Results: I cannot go back to the conditions befor I entered the GPS-datas
We need a GDB backtrace to hack : https://www.digikam.org/contrib
Am Sonntag, 20. September 2015, 20:53:33 schrieben Sie: > https://bugs.kde.org/show_bug.cgi?id=352955 > > Gilles Caulier <caulier.gilles@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > Status|UNCONFIRMED |RESOLVED > Resolution|--- |BACKTRACE > CC| |caulier.gilles@gmail.com > > --- Comment #1 from Gilles Caulier <caulier.gilles@gmail.com> --- > We need a GDB backtrace to hack : > > https://www.digikam.org/contrib Hi, I think I found the problem. To shorten the procedure, entering coordinates over the plugin, I inserted into an images xml-file the following text after "exif:Sharpness="0": exif:GPSVersionID="2.0.0.0" exif:GPSLatitude="52,35.0322050N" exif:GPSLongitude="11,38.3300750E" exif:GPSMapDatum="WGS-84" tiff:DateTime="2015-03-16T14:51:08" When I erased this input, digikam works as normal as earlier. My problem is: giving 2000 pictures their geolocation. I wanted to make it easier. Albrecht
Sound like a problem with Exiv2 lib used by the plugin. We need a GDB back-trace to investigate Gilles Caulier
Am Montag, 21. September 2015, 08:48:42 schrieben Sie: > https://bugs.kde.org/show_bug.cgi?id=352955 > > --- Comment #3 from Gilles Caulier <caulier.gilles@gmail.com> --- > Sound like a problem with Exiv2 lib used by the plugin. > > We need a GDB back-trace to investigate > > Gilles Caulier To deliver the back-trace, I tried to produce the same constellation. But digikam doesn't crash. So i cannot give you the back-trace. But I found a little missunderstanding: I inserted exif:GPSVersionID="2.0.0.0" exif:GPSLatitude="52,35.0322050N" exif:GPSLongitude="11,38.3300750E" exif:GPSMapDatum="WGS-84" tiff:DateTime="2015-03-16T14:51:08" after that I wanted to store the xml-datas in the image: "write metadatas into the image" The result: My new xml-file was overwritten and the inserted were dissappeard. I expected that the xml-datas were written into the image. And my aim to enter GPS-datas into an xml-file to show it with "geolocation" seems not to work. Albrecht Will
The XML data problem is already reported to another file. About the crash is not reproducible with last 5.0.0 I close this file now. Gilles Caulier