Summary: | Crash after maintenance | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jose Gómez <adler> |
Component: | Maintenance-Faces | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adler, caulier.gilles |
Priority: | NOR | Keywords: | drkonqi |
Version: | 4.11.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.0.0 | |
Sentry Crash Report: | |||
Attachments: | Backtrace after the crash |
Description
Jose Gómez
2015-07-24 21:48:06 UTC
It crash in Face Detection process. Which configuration did you use ? libkface version ? Maintenance tool settings ? Gilles Caulier Look like your trace is uncomplete : Thread 1 (Thread 0x7f6b97ea8b00 (LWP 3147)): [KCrash Handler] #6 0x0000000000525f19 in Digikam::ImageInfoJob::allItemsFromAlbum (this=0x221deb30, album=album@entry=0x46cc3d0) at /build/digikam-bkwhtQ/digikam-4.11.0/core/utilities/maintenance/imageinfojob.cpp:88 #7 0x000000000053a141 in Digikam::FaceDetector::slotContinueAlbumListing (this=0x19882340) at /build/digikam-bkwhtQ/digikam-4.11.0/core/utilities/maintenance/facedetector.cpp:347 It miss line #0 to #5... Please install all debug packages : digikam, libkface, libkexiv2, opencv and Exiv2. Re run digikam from a console into GDB as explained here : https://www.digikam.org/contrib ... and try to reproduce the crash. The trace to report will be printed in the console... Gilles Caulier On the configuration, I set it to detect all faces, and as far as I remember I used an accuracy setting of 100 (not 80% sure, as I did another run at 100% which did not detect any face in thousands of images). My libkface3 version is 4:14.12.3-ubuntu1. I just installed the libkexiv2-dbg package (I already had symbols installed for digikam, and there are no symbols available in my distribution for libkface3). Will try to reproduce the issue via gdb, as suggested. But it will take time, as each run takes many hours. Created attachment 93746 [details]
Backtrace after the crash
As requested, I've installed all the -dbg packages available, reproduced the issue from within gdb and posted the backtrace. I hope it is useful. Let me know if I can do anything else to help debug the crash, which seems to happen every time I run the full maintenance.
It crash in Exiv2 shared lib, especially in TIFFLoader, not in libkface. It's a duplicate of bug #350423. Read well instructions that i give in this bug. Gilles Caulier *** This bug has been marked as a duplicate of bug 350423 *** Problem is fixed with new 7.0.0-beta1 through this long story from this bug https://bugs.kde.org/show_bug.cgi?id=399923 You can test digiKam 7.0.0-beta1 with bundle available here: https://download.kde.org/unstable/digikam/ Don't hesitate to give us a fresh feedback about his entry. Thanks in advance Gilles Caulier |