Summary: | digikamm crashes if the editor has to open a new image while working on another | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | S. Burmeister <sven.burmeister> |
Component: | Plugin-Editor-Sharpen | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.0.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
S. Burmeister
2009-09-14 11:11:13 UTC
Which action you use to switch to another item during file save operation ? Gilles Caulier I do not save any picture. I just go back to main digikam while the editor is still hsarpening the image, right-click another PNG from that album and pick "edit" to open it in the editor. 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 |