| Summary: | non handled sqlite exception because of lack of space | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Jaime Torres <jtamate> |
| Component: | Database-Thumbs | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 5.5.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 5.8.0 | |
| Sentry Crash Report: | |||
|
Description
Jaime Torres
2017-10-12 11:25:36 UTC
What's about this file using 5.8.0 pre-release buncle : https://files.kde.org/digikam/ Thanks in advance Gilles Caulier I can't test the development version because I can't compile it. I get the following error: g++: error: opencv_core-NOTFOUND: No existe el fichero o el directorio g++: error: opencv_objdetect-NOTFOUND: No existe el fichero o el directorio g++: error: opencv_imgproc-NOTFOUND: No existe el fichero o el directorio g++: error: opencv_imgcodecs-NOTFOUND: No existe el fichero o el directorio even when the cmake output contains: -- Found OpenCV: /usr (found version "3.3.1") found components: core objdetect imgproc imgcodecs -- OpenCV Root directory is: /usr/share/OpenCV -- OpenCV: Found version 3.3.1 (required: 3.1.0) -- OpenCV headers: /usr/include;/usr/include/opencv -- OpenCV libs : opencv_core;opencv_objdetect;opencv_imgproc;opencv_imgcodecs But in the code, all the SQL exceptions are handled, so it should be fixed. To compile with OPenCV3, you need to turn on a cmake flag at configure time : -DENABLE_OPENCV3=ON Gilles Caulier or perhaps you have a problem with cmake cache to clean and reconfigure... Gilles Caulier Confirmed. It never crashes due to lack of space in the database filesystem. The problem now is that when it finish the job, the notification does not say "there have been n database errors" (so the user can fix them and try again the operation) and also I'm not sure if this will not cause problems in future jobs. Ok, i can close this file now. If you have new problem to fix, please report to a new bugzilla entry. Thanks Gilles Caulier |