Summary: | Digikam segfaults when tagging a face | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | jat255 |
Component: | Faces-Engine | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles, codestruct, metzpinguin |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.0.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/f1c3968ae14602ed80f52b182a1c429af88330fe | Version Fixed In: | 5.0.0 |
Sentry Crash Report: |
Description
jat255
2016-02-09 19:23:53 UTC
It crash in Qt. Which Qt version you use ? Which digiKam version you use ? Look in Help/Components Info dialog for details. Gilles Caulier Some additional info: This collection is on a network shared drive mounted with CIFS. I can tag reliably without a crash if I only use the mouse to switch from photo to photo. The crash seems to happen more frequently if I am tagging and then use either the "Space" shortcut or the Left/Right arrows to switch to the next photo. Here's the info from Components: digikam version 5.0.0-beta4 CPU cores: 4 Eigen: 3.2.7 Exiv2: 0.25 Exiv2 can write to Jp2: Yes Exiv2 can write to Jpeg: Yes Exiv2 can write to Pgf: Yes Exiv2 can write to Png: Yes Exiv2 can write to Tiff: Yes Exiv2 supports XMP metadata: Yes KDE: 5.18.0 LensFun: 0.3.1-0 LibCImg: 130 LibJPEG: 80 LibJasper: 1.900.1 LibLCMS: 2070 LibLqr support: Yes LibPGF: 6.14.12 LibPNG: 1.6.21 LibRaw: 0.17.0 LibTIFF: LIBTIFF, Version 4.0.6 Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. Marble: 0.22.20 (0.23 development version) Parallelized demosaicing: Yes Qt: 5.5.1 RawSpeed codec support: Yes AkonadiContact support: Yes Baloo support: Yes Database backend: QSQLITE Kipi-Plugins: 5.0.0-beta4 LibGphoto2: 2.5.9 LibKipi: 5.0.0 LibOpenCV: 3.0.0 QtMultimedia support: Yes After some more testing, it looks like the crash comes if I change away from the image before the face tag has a full chance to save to disk. Since I'm over a network and some of my RAW files are on the larger size (16MB), it can take a second or two for the tag to save. If I wait until the tag sort of flashes (which I assume is when the image is saved and reloaded), I don't run into any crashing problems. Trying to switch away from the image before this happens seems to be a surefire way to cause the segfault. Git commit f1c3968ae14602ed80f52b182a1c429af88330fe by Maik Qualmann. Committed on 09/02/2016 at 21:33. Pushed by mqualmann into branch 'master'. fix crash in RegionFrameItem M +6 -1 libs/widgets/graphicsview/regionframeitem.cpp http://commits.kde.org/digikam/f1c3968ae14602ed80f52b182a1c429af88330fe Please try the latest git commit. Maik That seems to have fixed it! Thank you! *** Bug 360477 has been marked as a duplicate of this bug. *** |