https://bugs.kde.org/show_bug.cgi?id=447437
Bug ID: 447437 Summary: Digikam::ImageQualityThread always crashing on macOS 12.1 Product: digikam Version: 7.4.0 Platform: Homebrew (macOS) OS: macOS Status: REPORTED Severity: normal Priority: NOR Component: Tags-Pick Assignee: digikam-bugs-n...@kde.org Reporter: alex.kornil...@mail.ru Target Milestone: --- I wish to analyze about 100K pics for "Image Quality". But this always crashing. https://cryptpad.fr/code/#/2/code/view/SvMcgUzdH0fluUq4u4cZn76p39eKEtJy4yOE-bEPk08/embed/ Comment from mailing list: It's clear, it crash in OPenCV library used by Image Quality algorithm : Application Specific Information: terminating with uncaught exception of type cv::Exception: OpenCV(4.5.1) /Users/gilles/Documents/7.x/project/bundles/macports/temp.build/ext_opencv/ext_opencv-prefix/src/ext_opencv/modules/core/src/matrix.cpp:811: error: (-215:Assertion failed) 0 <= roi.x && 0 <= roi.width && roi.x + roi.width <= m.cols && 0 <= roi.y && 0 <= roi.height && roi.y + roi.height <= m.rows in function 'Mat' abort() called It's an exception. This one must be caught in digiKam code. Please report this problem in digiKam bugzilla, will be take a look later -- You are receiving this mail because: You are watching all bug changes.