[Digikam-devel] [digikam] [Bug 318873] digiKam crashes when clicking on image in thumbnails [patch]

Marcel Wiesweg marcel.wiesweg at gmx.de
Fri Apr 26 18:35:23 BST 2013


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

--- Comment #7 from Marcel Wiesweg <marcel.wiesweg at gmx.de> ---
It is true the DImg is not implicitly but explicitly shared (=> does not
automatically detach when calling a non-const method) so the scenario is indeed
one we need to care for.

My question is: from where it rotate() called? For exif-rotation of previews,
it is called from the loading thread before it is distributed (previewtask.cpp
117)
For the image editor, it is also called before being distributed
(editorcore.cpp 292).
I would like to fully understand this bug.

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



More information about the Digikam-devel mailing list