[Bug 310252] New: digiKam crashes with medium to large sized collections under Microsoft Windows

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 310252] New: digiKam crashes with medium to large sized collections under Microsoft Windows

Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

            Bug ID: 310252
          Severity: critical
           Version: 2.9.0
          Priority: NOR
          Assignee: [hidden email]
           Summary: digiKam crashes with medium to large sized collections
                    under Microsoft Windows
    Classification: Unclassified
                OS: MS Windows
          Reporter: [hidden email]
          Hardware: MS Windows
            Status: UNCONFIRMED
         Component: general
           Product: digikam

Hi,

with digikam 2.9.0 on Microsoft Windows 7 Pro 64 bits and XP 32 bits I have big
problems with a medium sized pictures collection (about 22000 pictures, 700
albums, with CR2 and JPG files). When I first start digiKam, I give it the root
of the collection, it then scans the content for the first time and fills the
database (SQLite). But once started, digiKam displays nothing, whatever the
album I select (yet everything is OK in the database : the photos have a status
of 1, the albums are there, the pictures are well related to an album, etc.).
If I try to leave digiKam, I see that it stays in memory (probably a crash
because the process dont seem to do anything). If I kill all processes (digiKam
and KDE) and then restart digiKam, at worst digiKam crashes at best it shows
nothing like the first time. If I close again all processes and that I move
admit half the collection apart from the collection path and I start digiKam
again, it displays all the images well and naturally creates the thumbnails in
the second file database ... (except for the files I moved outside the root of
the collection of course). I also tried with another collection of pictures and
had the same results...

If it is a bug, it is really a critical one to me as digiKam becomes unusable.

Laurent.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 310252] digiKam crashes with medium to large sized collections under Microsoft Windows

Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

--- Comment #1 from Laurent Espitallier <[hidden email]> ---
Just tried with digiKam 2.3 for Win32 and it seems to work. All other versions
beginning with 2.5 don't seem to work properly...

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 310252] digiKam crashes with medium to large sized collections under Microsoft Windows

Gilles Caulier-4
In reply to this post by Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email],
                   |                            |[hidden email]

--- Comment #2 from Gilles Caulier <[hidden email]> ---
It's probably due to kdelibs and co. I CC Ananta for info (the package windows
stuff)

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 310252] digiKam crashes with medium to large sized collections under Microsoft Windows

Gilles Caulier-4
In reply to this post by Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

--- Comment #3 from Gilles Caulier <[hidden email]> ---
Another test will be to try 3.0.0 beta version also. Ananta has also done an
installer.

Take a care, it's beta. Don't mix with stable.

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 310252] digiKam crashes with medium to large sized collections under Microsoft Windows

Dennis Grunert
In reply to this post by Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

Dennis Grunert <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #4 from Dennis Grunert <[hidden email]> ---
I can confirm this bug with Windows 7 64Bit, Digikam 2.9.

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 310252] digiKam crashes with medium to large sized collections under Microsoft Windows

Ananta Palani
In reply to this post by Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

--- Comment #5 from Ananta Palani <[hidden email]> ---
Git commit 57b269e2d6dfd8f0c11d482ec12d3e9c126c1cd1 by Ananta Palani.
Committed on 03/02/2013 at 23:04.
Pushed by palani into branch 'master'.

Fix thumbnails not shown in Windows and excessive use of virtual memory /
handles which may cause crashes and other unexpected behavior by removing file
monitoring and only monitoring directories for changes. These problems might
still occur with very large numbers of folders but could not be confirmed.
However, medium to large collections should no longer cause a problem.
Related: bug 290962, bug 297793, bug 308310, bug 310865, bug 312422, bug
312999, bug 291917, bug 295445, bug 297686
FIXED-IN: 3.0.0

M  +9    -2    digikam/album/albumwatch.cpp

http://commits.kde.org/digikam/57b269e2d6dfd8f0c11d482ec12d3e9c126c1cd1

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 310252] digiKam crashes with medium to large sized collections under Microsoft Windows

Ananta Palani
In reply to this post by Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

--- Comment #6 from Ananta Palani <[hidden email]> ---
I have made a beta compilation of digiKam 3.0.0 for you to test whether the
commit I just made fixes your problem:

   https://docs.google.com/file/d/0B4Esh3gAgC9QcW5nS04zQWVsNGs/edit?usp=sharing

Can you give it a try and let me know how it works for you?

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 310252] digiKam crashes with medium to large sized collections under Microsoft Windows

Gilles Caulier-4
In reply to this post by Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
   Version Fixed In|                            |3.0.0
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/57b269e2d6dfd8f0c11d482
                   |                            |ec12d3e9c126c1cd1

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 310252] digiKam crashes with medium to large sized collections under Microsoft Windows

bugzilla_noreply
In reply to this post by Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Database

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 310252] digiKam crashes with medium to large sized collections under Microsoft Windows

bugzilla_noreply
In reply to this post by Laurent Espitallier
https://bugs.kde.org/show_bug.cgi?id=310252

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Database                    |Database-Scan

--
You are receiving this mail because:
You are the assignee for the bug.