Summary: | Albums are listed with (0) photos, but Database Statistics shows correct numbers of photos | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | tim <barrasstim> |
Component: | Database-Albums | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.6.0 | ||
Target Milestone: | --- | ||
Platform: | MacPorts | ||
OS: | macOS | ||
Latest Commit: | http://commits.kde.org/digikam/38843d5cb19b3a064e62716f208a9e9ebb8b1b91 | Version Fixed In: | 5.7.0 |
Sentry Crash Report: |
Description
tim
2012-02-26 01:17:29 UTC
Sound like a KIO Slave problem on your computer. It sound like a binary compatibility issue on your computer Gilles Caulier You could also provide a backtrace from when digikam crashes in the first place - it shouldnt crash DrKonqi starts automatically on the crash, but seems to get stuck for hours or even overnight so I've never managed to get a backtrace in osx. Also, I found that the photos show up when the same database is used by digikam 2.1.1 on ubuntu. On 28 February 2012 05:07, Marcel Wiesweg <marcel.wiesweg@gmx.de> wrote: > https://bugs.kde.org/show_bug.cgi?id=294835 > > > > > > --- Comment #2 from Marcel Wiesweg <marcel wiesweg gmx de> 2012-02-27 18:07:28 --- > You could also provide a backtrace from when digikam crashes in the first place > - it shouldnt crash > > -- > Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You reported the bug. Git commit 38843d5cb19b3a064e62716f208a9e9ebb8b1b91 by Gilles Caulier. Committed on 06/03/2012 at 23:16. Pushed by cgilles into branch 'master'. Remove digiKam kio-slave dependencies with digikamcore shared library. By this commit, we limit external shared lib influence to kio-slave. For ex, why we need to link kio-slave with Marble shared lib which is linked to digikamcore and can break binary compatibility when user update external packages. This commit link digiKam kio-slave only with digikamdatabase. This will limit shared libs to load at kio-slave start, which can be faster and prevent time-out under MACOSX and Windows. Related: bug 224038 M +2 -1 digikam/CMakeLists.txt M +2 -7 kioslave/CMakeLists.txt http://commits.kde.org/digikam/38843d5cb19b3a064e62716f208a9e9ebb8b1b91 Same case than bug #224038 with same linking fix. Closed as WORKFORME. Reopen if necessary Gilles Caulier This problem is relevant of digiKam KIO Slaves and all of these have been dropped in favor of a multi-threaded interface to query the database. |