Summary: | digikam crashes when "Create photo layouts" used second time | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | nucleo <nucleo> |
Component: | Plugin-Generic-PhotoLayoutEditor | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | anantapalani, caulier.gilles, kevin.kofler, lukasz.spas, rdieter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.3.0 | |
Sentry Crash Report: | |||
Attachments: | valgrind output when digikam crashed |
Description
nucleo
2011-10-16 19:20:32 UTC
Created attachment 64606 [details]
valgrind output when digikam crashed
kipi-plugins 2.2.0 is out since few weeks. Crash still valid with this version ? Gilles Caulier This bug is in photolayouts plugin which released first with kipi-plugins 2.2.0. Crash is happening in kipi-plugins/photolayoutseditor/widgets/tools/ToolsDockWidget.cpp when the following is performed: w->deleteLater(); I don't know enough about Qt to know why this crash happens. -Ananta I CC plugin author for info... Gilles Caulier Most likely, this means that w was already deleted when you try calling deleteLater on it. Git commit 438cef5e3c746ee599bbac7082258374893140d8 by Łukasz Spas. Committed on 04/11/2011 at 21:11. Pushed by lukaszspas into branch 'master'. BUG: 284215 M +46 -39 photolayoutseditor/widgets/tools/ToolsDockWidget.cpp http://commits.kde.org/kipi-plugins/438cef5e3c746ee599bbac7082258374893140d8 Is this fix will be in kipi-plugins-2.3.0? yes, it will... Gilles Caulier |