Summary: | Crash during face detection, whilst tagging | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Gareth <gareth.glaccum> |
Component: | Faces-Detection | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.9.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.0.0 | |
Sentry Crash Report: |
Description
Gareth
2011-06-15 08:41:28 UTC
*** This bug has been marked as a duplicate of bug 275541 *** Gareth, are you running latest code from git, including fixes from the weekend? I thought I was on the latest, I am not that comfortable with git compared to other repos. Running git pull does not update anything, however.... I originally downloaded the B6 tar, found the bug in that, which was apparently fixed in git, so attempted to download and compile the git version. My first compiling/downloading of the version 2 code should have been on the 14th June. It is quite possible that I am not accessing the 'correct' repo, as this webpage seems to agree that there were no commits over the weekend: https://projects.kde.org/projects/extragear/graphics/digikam/digikam-software-compilation/repository [root@gglap digikam-sc]# git status # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # build/ nothing added to commit but untracked files present (use "git add" to track) [root@gglap digikam-sc]# git show commit f78e25b87c8d77711a4479dfc0828698114ff945 Merge: a04b564 a97f88d Author: Gilles Caulier <caulier.gilles@gmail.com> Date: Thu Jun 9 15:56:48 2011 +0200 Merge branch 'master' of git.kde.org:digikam-software-compilation [root@gglap digikam-sc]# digikam --version Qt: 4.7.2 KDE Development Platform: 4.6.3 (4.6.3) digiKam: 2.0.0-rc After a bit of digging, I have found git://anongit.kde.org/digikam as an alternative git repo (digikam website lists: http://anongit.kde.org/digikam-software-compilation). Will download, compile, and 10 hours later will update as to whether I can recreate the error after 3 attempts. No this is the same repo (software compilation contains the simple digikam repo) my question was just if you had recently "pulled" including the libkface repository (compiling from git does not prevent you from running three weeks old code if you dont pull ;-) ) Note: to pull all repositories in a run, you can execute "./gits up" from the toplevel directory "./gits up" is a shortcuts. Use "./gits pull" as standard Gilles Caulier *** Bug 275684 has been marked as a duplicate of this bug. *** Discussion is spread over multiple reports, I continue here. Gareth, you are able to reproduce this bug with very recent code. This indicates there is a problem left somewhere. I have added another fix today. To ensure are repos are updated, go to the digikam-software-compilation repository, type "./gits pull" (which calls the "gits" script, note the 's') which updates all child repositories. Rebuild and install with make && make install. Hi, Try as I might, I have not been able to reproduce the bug with the alternative git repository checkout, after having deleted the empty file found and reported in the other ticket. There is something different between the two repositories, I had used the ./gits pull on the 14th, but there were some discrepencies in the checkout (I tested by doing an MD5 of all of the files, and checking the outputs of those that didn't match with a diff -u. There weren't any 'major' changes [couple of pages worth] but there were some differences in code. I ignored files such as makefiles.). I will checkout again today from the software-compile repo and re-test. 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 |