[Bug 279996] New: Crash while running face detection

classic Classic list List threaded Threaded
19 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] New: Crash while running face detection

Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996

           Summary: Crash while running face detection
           Product: digikam
           Version: 2.1.0
          Platform: Compiled Sources
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: Face Detection
        AssignedTo: [hidden email]
        ReportedBy: [hidden email]


Version:           2.1.0 (using KDE 4.7.0)
OS:                Linux

Running face detection results in a crash nearly every time. Tested with
current git at b52126a820bbaabe7e63a7da4a6f404af48ff07e

I found some similar bug reports, but all closed "fixed".



Reproducible: Sometimes

Steps to Reproduce:
Press "Scan collection for faces" and "Start"

Actual Results:  
At some point digikam crashes with a pure virtual function call.

Crash at /home/rikky/sourcecode/digikam/libs/threadimageio/loadingcache.cpp:247

it.value()->notifyNewLoadingProcess(process, description);


Expected Results:  
Face detection should not crash

QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in
use, all queries will cease to work.

(digikam:18718): GStreamer-CRITICAL **: gst_debug_add_log_function: assertion
`func != NULL' failed
digikam(18718)/KIPI (general) Plugin_DebianScreenshots::setup: virtual void
Plugin_DebianScreenshots::setup(QWidget*)
Cascade directory located as : /usr/share/apps/libkface/haarcascades
Cascade directory located as : /usr/share/apps/libkface/haarcascades
KCrash: Application 'digikam' crashing...
KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
sock_file=/home/rikky/.kde4/socket-brain/kdeinit4__0
Unable to start Dr. Konqi

Backtrace:

#0  0x00007fffee9a3745 in raise (sig=<value optimized out>) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#1  0x00007fffee9a4bc6 in abort () at abort.c:92
#2  0x00007fffef23029d in __gnu_cxx::__verbose_terminate_handler() () from
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/libstdc++.so.6
#3  0x00007fffef22e4b6 in ?? () from
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/libstdc++.so.6
#4  0x00007fffef22e4e3 in std::terminate() () from
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/libstdc++.so.6
#5  0x00007fffef22ee3f in __cxa_pure_virtual () from
/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.2/libstdc++.so.6
#6  0x00007ffff4a66786 in Digikam::LoadingCache::notifyNewLoadingProcess
(this=0xd15be0, process=0x5216b18, description=...) at
/home/rikky/sourcecode/digikam/libs/threadimageio/loadingcache.cpp:247
#7  0x00007ffff4a7268a in Digikam::PreviewLoadingTask::execute (this=0x5216950)
at /home/rikky/sourcecode/digikam/libs/threadimageio/previewtask.cpp:172
#8  0x00007ffff4a5cd26 in Digikam::LoadSaveThread::run (this=0xdc1020) at
/home/rikky/sourcecode/digikam/libs/threadimageio/loadsavethread.cpp:118
#9  0x00007ffff4a92fde in Digikam::DynamicThread::DynamicThreadPriv::run
(this=0x2ec3310) at
/home/rikky/sourcecode/digikam/libs/threads/dynamicthread.cpp:328
#10 0x00007fffefc75f50 in ?? () from /usr/lib64/qt4/libQtCore.so.4
#11 0x00007fffefc80fc5 in ?? () from /usr/lib64/qt4/libQtCore.so.4
#12 0x00007fffef9f0d4c in start_thread (arg=0x7fffc95cf700) at
pthread_create.c:301
#13 0x00007fffeea42c1d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:115

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Marcel Wiesweg
https://bugs.kde.org/show_bug.cgi?id=279996





--- Comment #1 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-08-26 16:28:14 ---
There were indeed similar bugs, and they were fixed (people could reproduce the
crash, and after applying a patch it did no longer crash).

Now you have these crashes again, and not many other people. Is there anything
special? Does it crash when scanning a specific image? The filenames are
usually printed on the console. Are empty files involved, or files which cannot
be loaded?

Marcel

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Marcel Wiesweg
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996





--- Comment #2 from Marcel Wiesweg <marcel wiesweg gmx de>  2011-09-25 13:50:39 ---
Ping?

If possible, try with current git to ensure you have all fixes applied.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Gilles Caulier-4
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996





--- Comment #3 from Gilles Caulier <caulier gilles gmail com>  2011-11-03 12:42:30 ---
digiKam 2.2.0 is out since few weeks. Crash still valid with this version ?

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Gilles Caulier-4
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #4 from Gilles Caulier <caulier gilles gmail com>  2011-12-14 13:41:58 ---
Enrico,

Can you reproduce the crash using digiKam 2.4 ?

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Bugzilla from kde-bugs@stumbles.org.uk
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996





--- Comment #5 from John Stumbles <kde-bugs stumbles org uk>  2012-01-29 12:24:11 ---
Created an attachment (id=68297)
 --> (http://bugs.kde.org/attachment.cgi?id=68297)
New crash information added by DrKonqi

digikam (2.1.1) on KDE Platform 4.7.4 (4.7.4) using Qt 4.7.4

- What I was doing when the application crashed:

Started digikam from console: got message
QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in
use, all queries will cease to work.
(I always get this when starting digikam)
scanned for faces on large collection of images (probably about 2-3000)
At some point (seems to be different each time) dk crashes with

pure virtual method called
terminate called without an active exception
KCrash: Application 'digikam' crashing...
KCrash: Attempting to start /usr/lib/kde4/libexec/drkonqi from kdeinit
sock_file=/home/john/.kde/socket-nova/kdeinit4__0
No itemShortInfo could be retrieved from the database for image
"20060730_165211_img_8422.jpg"

I had this crash symptom occurring on a different collection of images and
after several runs it eventually processed the collection without crashing.
(And I re-ran the scan on the same collection to be more sure that it wasn't a
fluke.)

-- Backtrace (Reduced):
#14 0xb6b4725f in Digikam::LoadingCache::notifyNewLoadingProcess
(this=0x87d7370, process=0x8c9d768, description=...) at
/build/buildd/digikam-2.1.1/core/libs/threadimageio/loadingcache.cpp:247
#15 0xb6b5360f in Digikam::PreviewLoadingTask::execute (this=0x8c9d610) at
/build/buildd/digikam-2.1.1/core/libs/threadimageio/previewtask.cpp:172
#16 0xb6b3a4e8 in Digikam::LoadSaveThread::run (this=0xa0aa820) at
/build/buildd/digikam-2.1.1/core/libs/threadimageio/loadsavethread.cpp:118
#17 0xb6b858ee in Digikam::DynamicThread::DynamicThreadPriv::run
(this=0xa0aa8c0) at
/build/buildd/digikam-2.1.1/core/libs/threads/dynamicthread.cpp:328
#18 0xb4cae651 in QThreadPoolThread::run (this=0xa291278) at
concurrent/qthreadpool.cpp:106

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Bugzilla from Enrico_m@gmx.de
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996





--- Comment #6 from Enrico <Enrico_m gmx de>  2012-01-29 12:51:33 ---
Created an attachment (id=68298)
 --> (http://bugs.kde.org/attachment.cgi?id=68298)
Backtrace crash digikam 2.5.0

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Gilles Caulier-4
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996





--- Comment #7 from Gilles Caulier <caulier gilles gmail com>  2012-01-29 13:10:26 ---
Enrico,

This your backtrace :

Thread 1 (Thread 0x7f11601647e0 (LWP 18233)):
[KCrash Handler]
#6  QVariant::~QVariant (this=0xffffffffffffffff, __in_chrg=<optimized out>) at
kernel/qvariant.cpp:1407
#7  0x00007f115d413029 in node_destruct (n=0x7f1130c3c3a8, this=<optimized
out>) at /usr/include/qt4/QtCore/qlist.h:375
#8  QList<QVariant>::erase (this=0xd7f918, afirst=..., alast=...) at
/usr/include/qt4/QtCore/qlist.h:792
#9  0x00007f115d41082c in Digikam::ImageModel::removeRowPairs (this=0xd735d0,
toRemove=...) at
/var/tmp/portage/media-gfx/digikam-2.5.0/work/digikam-2.5.0/core/libs/models/imagemodel.cpp:901
#10 0x00007f115d4121ca in Digikam::ImageModel::finishIncrementalRefresh
(this=0xd735d0) at
/var/tmp/portage/media-gfx/digikam-2.5.0/work/digikam-2.5.0/core/libs/models/imagemodel.cpp:720
#11 0x00000000005576e5 in Digikam::ImageAlbumModel::slotResult (this=0xd735d0,
job=<optimized out>) at
/var/tmp/portage/media-gfx/digikam-2.5.0/work/digikam-2.5.0/core/libs/models/imagealbummodel.cpp:307
#12 0x0000000000558cbe in Digikam::ImageAlbumModel::qt_metacall (this=0xd735d0,
_c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0x7fff5ac6f430) at
/var/tmp/portage/media-gfx/digikam-2.5.0/work/digikam-2.5.0_build/digikam/imagealbummodel.moc:117
#13 0x00007f115ac0522f in QMetaObject::activate (sender=0x4857480, m=<optimized
out>, local_signal_index=<optimized out>, argv=0x7fff5ac6f430) at
kernel/qobject.cpp:3278
#14 0x00007f115b065fa2 in KJob::result (this=<optimized out>, _t1=0x4857480) at
/var/tmp/portage/kde-base/kdelibs-4.7.4-r11/work/kdelibs-4.7.4_build/kdecore/kjob.moc:194
#15 0x00007f115b065fe0 in KJob::emitResult (this=0x4857480) at
/var/tmp/portage/kde-base/kdelibs-4.7.4-r11/work/kdelibs-4.7.4/kdecore/jobs/kjob.cpp:312
#16 0x00007f115ca7a01d in KIO::SimpleJob::slotFinished (this=0x4857480) at
/var/tmp/portage/kde-base/kdelibs-4.7.4-r11/work/kdelibs-4.7.4/kio/kio/job.cpp:494
#17 0x00007f115ca7dff2 in KIO::TransferJob::slotFinished (this=0x4857480) at
/var/tmp/portage/kde-base/kdelibs-4.7.4-r11/work/kdelibs-4.7.4/kio/kio/job.cpp:1081
#18 0x00007f115ca83df1 in KIO::TransferJob::qt_metacall (this=0x4857480,
_c=QMetaObject::InvokeMetaMethod, _id=<optimized out>, _a=0x7fff5ac6f870) at
/var/tmp/portage/kde-base/kdelibs-4.7.4-r11/work/kdelibs-4.7.4_build/kio/jobclasses.moc:369

I already seen this trace in bugzilla. I thin it's a duplicate.

Gilles Caulier

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Gilles Caulier-4
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.1.0                       |2.5.0




--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Gilles Caulier-4
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996


Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #8 from Gilles Caulier <caulier gilles gmail com>  2012-01-29 13:12:35 ---


*** This bug has been marked as a duplicate of bug 278049 ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Marcel Wiesweg
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996


Marcel Wiesweg <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|DUPLICATE                   |




--- Comment #9 from Marcel Wiesweg <marcel wiesweg gmx de>  2012-02-19 15:23:17 ---
Backtrace of John Stumbles is a duplicate of the marked bug. The original crash
report by Enrico is unrelated.

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Marcel Wiesweg
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996


Marcel Wiesweg <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]




--- Comment #10 from Marcel Wiesweg <marcel wiesweg gmx de>  2012-02-19 15:24:48 ---
*** Bug 293418 has been marked as a duplicate of this bug. ***

--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Gilles Caulier-4
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996

--- Comment #11 from Gilles Caulier <[hidden email]> ---
Official digiKam 2.6.0 release is out since few days now :

http://www.digikam.org/drupal/node/656

Please, check if this entry still valid, or update report accordingly.

Thanks in advance.

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Gilles Caulier-4
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #12 from Gilles Caulier <[hidden email]> ---
*** Bug 302437 has been marked as a duplicate of this bug. ***

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 279996] Crash while running face detection

Gilles Caulier-4
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[hidden email]

--- Comment #13 from Gilles Caulier <[hidden email]> ---
*** Bug 309306 has been marked as a duplicate of this bug. ***

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 279996] Crash while running face detection

Vincent Henninot
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996

--- Comment #14 from Vincent Henninot <[hidden email]> ---
Created attachment 83790
  --> https://bugs.kde.org/attachment.cgi?id=83790&action=edit
New crash information added by DrKonqi

digikam (3.4.0) on KDE Platform 4.11.2 using Qt 4.8.4

- What I was doing when the application crashed:  Manuel Face recognition scan

I was doing nothing in ubuntu except digikam face recognition

-- Backtrace (Reduced):
#8  0xb49bfaff in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
#9  0xb49c3083 in __GI_abort () at abort.c:90
[...]
#14 0xb695893f in Digikam::LoadingCache::notifyNewLoadingProcess
(this=0xa7bac88, process=process@entry=0x107f0ff4, description=...) at
/build/buildd/digikam-3.4.0/core/libs/threadimageio/loadingcache.cpp:247
#15 0xb6962e56 in Digikam::PreviewLoadingTask::execute (this=0x107f0e90) at
/build/buildd/digikam-3.4.0/core/libs/threadimageio/previewtask.cpp:173
#16 0xb6950758 in Digikam::LoadSaveThread::run (this=0xbd90270) at
/build/buildd/digikam-3.4.0/core/libs/threadimageio/loadsavethread.cpp:136

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 279996] Crash while running face detection

Marcel Wiesweg
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996

Marcel Wiesweg <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/digi
                   |                            |kam/98a3ddb180e320c5ae3fe50
                   |                            |1788c38d6c8ae4908

--- Comment #15 from Marcel Wiesweg <[hidden email]> ---
Git commit 98a3ddb180e320c5ae3fe501788c38d6c8ae4908 by Marcel Wiesweg.
Committed on 25/12/2013 at 12:23.
Pushed by mwiesweg into branch 'master'.

Fix infamous big face scanning crash: Re-sending a package in the
ImageFilterModel discarded the extraValues,
resulting in a mismatch in the size of infos and extraValues lists in
ImageModel
Related: bug 262596, bug 278049

M  +17   -12   libs/models/imagefiltermodel.cpp
M  +1    -2    libs/models/imagefiltermodelpriv.h
M  +2    -0    libs/models/imagemodel.cpp

http://commits.kde.org/digikam/98a3ddb180e320c5ae3fe501788c38d6c8ae4908

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 279996] Crash while running face detection

Gilles Caulier-4
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996

Gilles Caulier <[hidden email]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |4.0.0

--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 279996] Crash while running face detection

bugzilla_noreply
In reply to this post by Bugzilla from Enrico_m@gmx.de
https://bugs.kde.org/show_bug.cgi?id=279996

[hidden email] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Faces-Management            |Faces-Detection

--
You are receiving this mail because:
You are the assignee for the bug.