Summary: | Assertion failure when new folder is created in album (inside our outside of Digikam) | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | tlangner+kde |
Component: | Albums-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 8.1.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/-/commit/8a7ee594fbee5a1c1bcd147e5d023802d258af86 | Version Fixed In: | 8.2.0 |
Sentry Crash Report: |
Description
tlangner+kde
2023-08-07 13:10:11 UTC
If you use a native package, please install the debug symbols to get a full bactrace with GDB. If you use AppImage bundle, just use the debug version as well. Thanks for the swift reply. I installed digikam 8.1 in Ubuntu Lunar through a backports repository, and from what I can tell installing debug symbols is non-trivial for that. So I tried with the AppImage debug bundle. Naturally, I cannot reproduce the issue with that. Even more interestingly, trying again with the Ubuntu package, the crash no longer happens either... (It has happened more than 20 times since yesterday, which led me to reporting the bug to begin with...) I'll close the bug for now but will re-open in case the issue re-appears. Git commit dadc355a27d59a2e208adcad954596313081ecf7 by Maik Qualmann. Committed on 07/08/2023 at 20:06. Pushed by mqualmann into branch 'master'. protect the album child cache consistently with a write lock M +10 -7 core/libs/album/engine/album.cpp https://invent.kde.org/graphics/digikam/-/commit/dadc355a27d59a2e208adcad954596313081ecf7 Git commit 8a7ee594fbee5a1c1bcd147e5d023802d258af86 by Maik Qualmann. Committed on 27/08/2023 at 17:58. Pushed by mqualmann into branch 'master'. fix crash in album child cache when Qt is build with debugging assertions Related: bug 473801 FIXED-IN: 8.2.0 M +2 -1 NEWS M +6 -1 core/libs/album/engine/album.cpp https://invent.kde.org/graphics/digikam/-/commit/8a7ee594fbee5a1c1bcd147e5d023802d258af86 |