[digikam] [Bug 375980] New: Core dump when adding two keywords to an image that only differ in capitalization

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

[digikam] [Bug 375980] New: Core dump when adding two keywords to an image that only differ in capitalization

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375980

            Bug ID: 375980
           Summary: Core dump when adding two keywords to an image that
                    only differ in capitalization
           Product: digikam
           Version: 5.5.0
          Platform: Appimage
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Tags
          Assignee: [hidden email]
          Reporter: [hidden email]
  Target Milestone: ---

I've imported a bunch of images that came with shoddy keywords. Some of them
are the same if you lowercase them, and differ only in capitalization, e.g.
"victory" and "Victory". For certain letters, this is hard to see (c & C, k &
K, v & V etc.)

After adding two of these keywords to an image, digiKam crashed. Here's the
console log:

digikam.general: -------------------------- New Keywords ("victory", "Victory")
digikam.metaengine: xmlACDSee "<Categories><Category
Assigned=\"1\">victory</Category><Category
Assigned=\"1\">Victory</Category></Categories>"
digikam.metaengine:
"/c/download/inspiration/5db18069090e7ee77996d2aa6ad11919.jpg"  ==> Read Iptc
Keywords:  ()
digikam.metaengine:
"/c/download/x/inspiration/5db18069090e7ee77996d2aa6ad11919.jpg"  ==> New Iptc
Keywords:  ("victory", "Victory")
digikam.metaengine: MetaEngine::metadataWritingMode 0
digikam.metaengine: Will write Metadata to file
"/c/download/inspiration/5db18069090e7ee77996d2aa6ad11919.jpg"
digikam.metaengine: wroteComment:  true
digikam.metaengine: wroteEXIF:  true
digikam.metaengine: wroteIPTC:  true
digikam.metaengine: wroteXMP:  true
/tmp/.mount_bZcjjb/AppRun: line 70: 14725 Segmentation fault      (core dumped)
digikam.wrapper $@

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 375980] Core dump when adding two keywords to an image that only differ in capitalization

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=375980

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]
          Component|Tags                        |Metadata-Engine

--- Comment #1 from [hidden email] ---
Please try to reproduce the crash in GDB with AppImage.

To do it, run the AppImage file from a console with the argument "debug".
This will run digiKam in GDB. When it crash, just use "bt" command in GDB
prompt.

For more information about AppImage bundle options, use "help" as argument.

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.