https://bugs.kde.org/show_bug.cgi?id=514721
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/digikam/-/commit/6cd4b | |106e33b2fa9e32b69e06fb55397 | |5e6714d3 Resolution|--- |FIXED Status|REPORTED |RESOLVED Version| |8.2.0 Fixed/Implemented| | In| | --- Comment #10 from [email protected] --- Git commit 6cd4b106e33b2fa9e32b69e06fb553975e6714d3 by Gilles Caulier. Committed on 23/07/2026 at 14:11. Pushed by cgilles into branch 'master'. Fix crash in find duplicates albumm item class while running multithreaded method to update properties from the database to the list view. Never call QTreeWidgetItem method from a separated thread as the class is not reentrant (GUI). Use signals/Slots mechanism to forward database information from the separated thread to the GUI. FIXED-IN: 8.2.0 M +85 -50 core/utilities/fuzzysearch/findduplicatesalbumitem.cpp M +15 -6 core/utilities/fuzzysearch/findduplicatesalbumitem.h https://invent.kde.org/graphics/digikam/-/commit/6cd4b106e33b2fa9e32b69e06fb553975e6714d3 -- You are receiving this mail because: You are watching all bug changes.
