[Digikam-devel] [Bug 109946] Crash when saving a picture after normalization

Owen Hirst n8rider at sbcglobal.net
Tue Aug 9 18:33:06 BST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=109946         




------- Additional Comments From n8rider sbcglobal net  2005-08-09 19:33 -------
Created an attachment (id=12154)
 --> (http://bugs.kde.org/attachment.cgi?id=12154&action=view)
Patch to fix crash when histogram is visible

The histogram thread holds a pointer to the image data. Under certain
conditions, for eg, saving of image and reloading of image data, this image
data pointer is invalidated. Since the thread still holds a pointer to the
invalid pointer and tries to do calculations on it, the application crashes.
Attached patch deletes the histogram thread before reloading the image



More information about the Digikam-devel mailing list