[digikam] [Bug 352955] New: digikam crashes when I start the geolocation

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 352955] New: digikam crashes when I start the geolocation

Bugzilla from albrecht.will@online.de
https://bugs.kde.org/show_bug.cgi?id=352955

            Bug ID: 352955
           Summary: digikam crashes when I start the geolocation
           Product: digikam
           Version: 4.13.0
          Platform: Archlinux Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: grave
          Priority: NOR
         Component: Geolocation
          Assignee: [hidden email]
          Reporter: [hidden email]

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

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 352955] digikam crashes when I start the geolocation

Gilles Caulier-4
https://bugs.kde.org/show_bug.cgi?id=352955

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |BACKTRACE
                 CC|                            |[hidden email]

--- Comment #1 from Gilles Caulier <[hidden email]> ---
We need a GDB backtrace to hack :

https://www.digikam.org/contrib

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 352955] digikam crashes when I start the geolocation

Bugzilla from albrecht.will@online.de
In reply to this post by Bugzilla from albrecht.will@online.de
https://bugs.kde.org/show_bug.cgi?id=352955

--- Comment #2 from Albrecht Will <[hidden email]> ---
Am Sonntag, 20. September 2015, 20:53:33 schrieben Sie:

> https://bugs.kde.org/show_bug.cgi?id=352955
>
> Gilles Caulier <[hidden email]> changed:
>
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED                 |RESOLVED
>          Resolution|---                         |BACKTRACE
>                  CC|                            |[hidden email]
>
> --- Comment #1 from Gilles Caulier <[hidden email]> ---
> 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

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 352955] digikam crashes when I start the geolocation

Gilles Caulier-4
In reply to this post by Bugzilla from albrecht.will@online.de
https://bugs.kde.org/show_bug.cgi?id=352955

--- Comment #3 from Gilles Caulier <[hidden email]> ---
Sound like a problem with Exiv2 lib used by the plugin.

We need a GDB back-trace to investigate

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 352955] digikam crashes when I start the geolocation

Bugzilla from albrecht.will@online.de
In reply to this post by Bugzilla from albrecht.will@online.de
https://bugs.kde.org/show_bug.cgi?id=352955

--- Comment #4 from Albrecht Will <[hidden email]> ---
Am Montag, 21. September 2015, 08:48:42 schrieben Sie:
> https://bugs.kde.org/show_bug.cgi?id=352955
>
> --- Comment #3 from Gilles Caulier <[hidden email]> ---
> 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

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 352955] digikam crashes when I start the geolocation

bugzilla_noreply
In reply to this post by Bugzilla from albrecht.will@online.de
https://bugs.kde.org/show_bug.cgi?id=352955

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |5.1.0
         Resolution|BACKTRACE                   |FIXED

--- Comment #5 from [hidden email] ---
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

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel