Bug 428964 - crash updating fingerprints before checking similarities
Summary: crash updating fingerprints before checking similarities
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Maintenance-Similarities (show other bugs)
Version: 7.1.0
Platform: Microsoft Windows Microsoft Windows
: NOR crash
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-11 11:43 UTC by pepejim
Modified: 2021-06-10 20:16 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.3.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pepejim 2020-11-11 11:43:19 UTC
crash updating picture footprint



SOFTWARE/OS VERSIONS
Windows: 10
 

ADDITIONAL INFORMATION
24000 pics on database
Comment 1 Maik Qualmann 2020-11-11 13:35:03 UTC
*** This bug has been marked as a duplicate of bug 427337 ***
Comment 2 Maik Qualmann 2020-11-11 13:40:08 UTC
Activate the debug output by setting an environment variable in the Windows environment editor.

Variable:
QT_LOGGING_RULES

Value:
digikam.*=true

Download DebugView from Microsoft and run it. Start digiKam and upload the messages from DebugView here if digiKam crashes.

Maik
Comment 3 caulier.gilles 2020-11-12 13:40:06 UTC
Git commit 8a2eba8bdfd2cdb8972ecee31bfaa1122e5b65f6 by Gilles Caulier.
Committed on 12/11/2020 at 13:37.
Pushed by cgilles into branch 'master'.

Clazy++ : fix copy constructor warning with internal polymorphic class used in HarrIface
Related: bug 427337

M  +2    -1    core/libs/database/dbjobs/duplicatesprogressobserver.cpp
M  +8    -2    core/libs/database/haar/haariface.h
M  +6    -6    core/libs/database/haar/haariface_p.cpp

https://invent.kde.org/graphics/digikam/commit/8a2eba8bdfd2cdb8972ecee31bfaa1122e5b65f6
Comment 4 caulier.gilles 2021-06-10 20:16:43 UTC
Fixed With bug #427337