Summary: | digikam crashes when exiting | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Roman Fietze <kde> |
Component: | Database-Albums | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | CLOSED FIXED | ||
Severity: | crash | CC: | caulier.gilles, marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 8.0.0 | |
Sentry Crash Report: |
Description
Roman Fietze
2008-12-30 14:52:59 UTC
SVN commit 903550 by mwiesweg: Move some shutdown code from AlbumManager destructor to a cleanUp method that is called before KApplication destruction. This could have caused the reported crash. CCBUG: 179141 M +16 -8 albummanager.cpp M +5 -0 albummanager.h M +1 -0 digikamapp.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=903550 Well the "Scan For New Images" tool has no direct and obvious connection to this backtrace here. There may well be a crash there, I have committed a possible fix. If you compile from SVN please try if this fixes your problem. Roman, Please compile digiKam source code from trunk and try again. Thanks in advance Gilles Caulier (In reply to comment #3) > Please compile digiKam source code from trunk and try again. Cannot repeat the problem with 0.10.0-beta8 (rev.: 904148M) after at least 10 retries. Note: try to check your graphics/digikam/CMakeLists.txt for things that have to do with KEXIV2. The cmake message about a found kexiv2 is irritating. It took me a while to notice that the appropriate openSUSE devel package was missing. All libraries where logges as "found", but I was not "allowed" to compile graphics/digikam. > Thanks in advance We all have to thank for your work. And a happy new year! |