Summary: | Showfoto crash when opening RAW | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Veaceslav Munteanu <veaceslav.munteanu90> |
Component: | Showfoto-RawProcessing | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/578c892cd8f73596d7e5c99f74526bda6b790df3 | Version Fixed In: | 4.0.0 |
Sentry Crash Report: |
Description
Veaceslav Munteanu
2014-03-03 22:00:48 UTC
Veaceslav, It crash in DSharedDataPointer class Perhaps CppCheck tool is right : /srv/jenkins/workspace/digikam_master/libs/dimg/dshareddata.h 200 operatorEqVarError warning Member variable 'DSharedDataPointer::d' is not assigned a value in 'DSharedDataPointer::operator='. http://build.kde.org/view/extragear/job/digikam_master/1182/cppcheckResult/source.21/#200 Gilles Caulier *** Bug 331975 has been marked as a duplicate of this bug. *** Note : An easy way to reproduce the crash is explained in bug #331975 Gilles Caulier Fixed. It was a null pointer dereference. Added an extra guard before dereferencing. To be honest, Showfoto code is some sort of magic for me =) |