https://bugs.kde.org/show_bug.cgi?id=425723
--- Comment #11 from caulier.gil...@gmail.com --- Simon, I currently working with the student who improve the face engine for the detection and the recognition workflow. For the detection, the student who develop under Ubuntu, as introduced plenty of mutex to protect all OpenCV calls in algorithm, as the relevant OpenCV API is not re-entrant. The student work on a dedicated branch. Branch is stable and work like a charm about detection. I parsed my huge collection without any crash and he detect more than 30.000 face to identify. So perhaps you crash problem is fixed in this development branch name "gsoc20-facesengine-recognition" It will interesting to see if this code continue to crash on your computer or not. to switch from git master to the student branch, you can process like this : git checkout -b gsoc20-facesengine-recognition remotes/origin/gsoc20-facesengine-recognition Git will checkout the branch. Reconfigure, recompile and reinstall. Test and report. To switch back to git master, just run "git checkout master". To go back to the development branch, run "git checkout gsoc20-facesengine-recognition" Thanks in advance Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.