Summary: | Crash at closing image editor while importing raw | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Johannes Wienke <languitar> |
Component: | Plugin-RawImport-Native | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.3.0 | |
Sentry Crash Report: |
Description
Johannes Wienke
2010-03-29 20:49:55 UTC
Looks as if the threaded filter, running in its thread, starts a new threaded filter, running in its own thread, but not controlled at shutdown. digiKam and Kipi-plugins 1.2.0 are out. Please check if crash is still valid there. Thanks in advance Gilles Caulier Eeeh, Gilles, I opened this report ;) Ah ah... I just go to B.K.O and run changes to crash files twice (:=)))... Gilles Ok, I think that's an easier problem. The destructor of the base class is run, deleting the member variable. The thread is stopped in the parent class destructor, but before the member variable is accessed and crashes. I dont manage to reproduce, so please test if this is fixed. SVN commit 1115800 by mwiesweg: Stop thread before destroying data CCBUG: 232615 M +5 -0 rawpostprocessing.cpp M +1 -1 rawpostprocessing.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1115800 I assume this is fixed. |