[Digikam-devel] [Bug 307281] Digikam crashes while scrolling list of photos previews

Marcel Wiesweg marcel.wiesweg at gmx.de
Wed Oct 3 15:15:13 BST 2012


https://bugs.kde.org/show_bug.cgi?id=307281

--- Comment #2 from Marcel Wiesweg <marcel.wiesweg at gmx.de> ---
Crash happens in QList::removeAll() when the current task of the thread is
being stopped. The task has finished loading and is waiting on the cachelock
mutex in a different thread; there's another PreviewLoadingThread object with
another task as well waiting for the cache lock.

 The crash would usually indicate concurrent write access to the list, or the
whole object being deleted.I've brooded over this situation for some time, and
still everything seems well mutex protected.

Is this in any way reproducable?

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



More information about the Digikam-devel mailing list