[Digikam-devel] [Bug 301051] Digikam crashes when changing picture in image editor

Marcel Wiesweg marcel.wiesweg at gmx.de
Sun Jun 3 16:32:41 BST 2012


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

--- Comment #9 from Marcel Wiesweg <marcel.wiesweg at gmx.de> ---
As current git's dimg.cpp line numbers are different to 2.5.0, here the
translation of relevant lines:
2436: delete [] m_priv->data;
2294: *to = *from++;
2429: *to = *from++;

>From valgrind we learn that the read is invalid (in the line when reading from
source and writing to destination), and we have one crash when deleting source,
which in conclusion means that source data is invalid.
(side note to myself: move image rotation to a thread)

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



More information about the Digikam-devel mailing list