[Digikam-devel] [Bug 207330] digikamm crashes if the editor has to open a new image while working on another
Marcel Wiesweg
marcel.wiesweg at gmx.de
Sat Oct 3 17:51:29 BST 2009
https://bugs.kde.org/show_bug.cgi?id=207330
Marcel Wiesweg <marcel.wiesweg at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-10-03 18:51:17 ---
SVN commit 1030978 by mwiesweg:
Interesting crash:
Destruction is done in the order class destructor -> member destructors -> base
class destructor.
DImgRefocus has a DImg as a member. The thread is stopped in the parent class's
destructor.
If the thread is running and accessing the member, the member is destructed
before the thread
is stopped -> crash.
BUG: 207330
M +2 -1 NEWS
M +5 -0 libs/dimg/filters/dimgrefocus.cpp
M +1 -1 libs/dimg/filters/dimgrefocus.h
WebSVN link: http://websvn.kde.org/?view=rev&revision=1030978
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list