Summary: | Spinning Pinwheel Scrolling through Thumbnails | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | johcha |
Component: | Thumbs-IconView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, metzpinguin |
Priority: | NOR | ||
Version: | 7.2.0 | ||
Target Milestone: | --- | ||
Platform: | macOS (DMG) | ||
OS: | macOS | ||
Latest Commit: | Version Fixed In: | 7.2.0 | |
Sentry Crash Report: |
Description
johcha
2021-01-28 18:03:12 UTC
Database is mysql internal or sqlite ? Gilles Caulier We have the same problem with bug 431951 I think. We have no explanation and we cannot reproduce it. Please try the current release candidate from here: https://files.kde.org/digikam/ Maik I'm currently running SQLLite but I was wondering if there is a metadata threshold for migrating to MySQL. I'm downloading the new RC to test. I installed the latest RC and the spinning pinwheel still happens but it seems less frequently. I can recreate it by scrolling through a large album (100+ photos) with the preview turned on. It's now only about 10-15 seconds which is similar to the experience in bug 431951. My sqlite db is running on SSD and the photo library is on an attached SSD via USB3.3. I tried to run under lldb to see if there was any logging but I'm not sure how to dump the traces at the time when the pinswheeling it happens to see what is creating the problem. Hi, lldb is a debuger to get a backtrace from crash or place breakpoint somewhere. To be able to use it, you need the PKG version a with "debug" prefix. It's more heavy as it include all debug symbols. https://files.kde.org/digikam/ But in first you just need to get a console backtrace to see if a dysfunctions appear in the program without to crash executable. The contribute web page explain all details to process from a macOS terminal: https://www.digikam.org/contribute/ Gilles Caulier Git commit c7bda4772d7731404ff0337000dabcbff253102b by Maik Qualmann. Committed on 19/02/2021 at 17:58. Pushed by mqualmann into branch 'master'. calculate QDateTime outside of the DB lock Related: bug 431951 M +4 -36 core/libs/database/coredb/coredb.cpp M +2 -3 core/libs/database/coredb/coredb.h M +0 -12 core/libs/database/coredb/coredbaccess.cpp M +28 -2 core/libs/database/dbjobs/dbjob.cpp https://invent.kde.org/graphics/digikam/commit/c7bda4772d7731404ff0337000dabcbff253102b |