Summary: | Crash on startup | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | kozaki <tukozaki> |
Component: | Metadata-Video | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, sf.rique, tukozaki |
Priority: | NOR | Keywords: | drkonqi |
Version: | 3.5.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/libkexiv2/8a8dc535d504b70776677b933ac761bba0f7a4ae | Version Fixed In: | 4.1.0 |
Sentry Crash Report: | |||
Attachments: | Full Crash report (as per http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports ) |
Description
kozaki
2014-03-02 13:33:04 UTC
Created attachment 85383 [details] Full Crash report (as per http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports ) Moving the thumbnail DB before starting Digikam does not change the issue: keep crashin. i.e. not like for the previous bug (suggested as a link). Last things I did before Digikam started to consistently crash on startup yesterday: - I copied / added / removed a few pics from both within Digikam and from the file manager ; maybe one of the (photo library's) directories too - I tagged a few pics - I edited and saved a few pics - and made a couple of researches from within Digikam (this realy is the last thing I did. Am a long time Digikam user (ten years or something :)) Crash appears in Exiv2 shared lib about video file metadata parser. Please report this problem to Exiv2 project Gilles Caulier Thank you Gilles Caulier Digikam runs fine if I move the videos folder out of the library. *** Bug 335816 has been marked as a duplicate of this bug. *** Git commit 8a8dc535d504b70776677b933ac761bba0f7a4ae by Gilles Caulier. Committed on 11/06/2014 at 20:51. Pushed by cgilles into branch 'master'. use a better C++ exception wrapper to handle non Exiv2 exceptions (as pure C++ one) FIXED-IN: 4.1.0 M +7 -7 CMakeLists.txt M +1 -1 libkexiv2/CMakeLists.txt M +14 -1 libkexiv2/kexiv2.cpp M +19 -1 libkexiv2/kexiv2_p.cpp M +1 -1 libkexiv2/kexiv2_p.h M +6 -2 libkexiv2/kexiv2comments.cpp M +1 -1 libkexiv2/kexiv2data.h M +110 -2 libkexiv2/kexiv2exif.cpp M +25 -1 libkexiv2/kexiv2gps.cpp M +45 -1 libkexiv2/kexiv2image.cpp M +84 -0 libkexiv2/kexiv2iptc.cpp M +14 -1 libkexiv2/kexiv2previews.cpp M +1 -1 libkexiv2/kexiv2previews.h M +93 -1 libkexiv2/kexiv2xmp.cpp http://commits.kde.org/libkexiv2/8a8dc535d504b70776677b933ac761bba0f7a4ae See Exiv2 bug report here : http://dev.exiv2.org/issues/961 Gilles Caulier |