Summary: | digiKam becomes unusable when removing a collection that is part of a "Find Duplicates" search result | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Andi Clemens <andi.clemens> |
Component: | Searches-Similarity | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 0.10.0 | |
Sentry Crash Report: | |||
Attachments: |
many tasks opened after collection removal
error log |
Description
Andi Clemens
2009-02-02 13:05:58 UTC
Created attachment 30868 [details]
many tasks opened after collection removal
I have fixed all the bugs I encountered when adding/removing a collection and updating the duplicates search list, but I could not reproduce this (neither before nor after the fixes). Do I need a certain number of duplicates? If I have a folder with two duplicate pictures that I add/remove as a collection, what to I need to do to trigger this bug? I had over 100 duplicate entries, don't know how many Gilles had. This was a test collection, so the numbers might not be quite accurate in a normal album collection. I don't know if the number of entries triggered the bug, I will create the collection again and see if it is fixed now. It doesn't seem to be fixed. Gilles, can you test it again? Andi Well dont expect it to be fixed, I just was trying to reproduce. No idea so far, all these process are kio_file, where should they come from? Was there any debug output or .xsession-errors output? Created attachment 31005 [details]
error log
This is what I get, nothing helpful I guess...
SVN commit 923868 by mwiesweg: Use at most one KIO::PreviewJob per thumbnail thread. KIO goes crazy if more than 150 jobs are active, which may happen otherwise in special cases. BUG: 182858 M +33 -8 thumbnailloadthread.cpp M +3 -0 thumbnailloadthread.h WebSVN link: http://websvn.kde.org/?view=rev&revision=923868 |