[KPhotoAlbum] wrong GPS position
Reimar Imhof
Reimar.Imhof at netcologne.de
Sun Jul 22 19:10:16 BST 2018
Hi Johannes,
it's fixed with the fix provided by Georgios:
// hour / minute / second:
for (int i=0 ; i < 4 ; i++ )
to
// hour / minute / second:
for (int i=0 ; i < 3 ; i++ )
in DatabaseElement.cpp
Thanks a lot
Reimar
Am Dienstag, 17. Juli 2018, 22:36:19 CEST schrieb Johannes Zarl-Zierl:
> Am Dienstag, 17. Juli 2018, 22:23:36 CEST schrieb Johannes Zarl-Zierl:
> > Which leaves us with the storage part. The non-determinism in your problem
> > description also shouts "concurrent writes", so my guess would be that
> > several threads read exif information and try to store in in the database
> > concurrently. This should not be a problem for the underlying database,
> > but
> > I guess you can always introduce bugs in a higher layer.
>
> Contradicting myself, I'm even more unsure how this can happen. You said you
> get the same problem if you recreate the exif database. In that path of
> execution, everything happens sequentially. So I guess my first hunch was
> incorrect...
>
> Johannes
>
>
> _______________________________________________
> KPhotoAlbum mailing list
> KPhotoAlbum at mail.kdab.com
> https://mail.kdab.com/mailman/listinfo/kphotoalbum
More information about the Kphotoalbum
mailing list