Summary: | Update libjasper to AppImage to use new API >= 3.0 for a better stability. | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Robert <presse.wissen> |
Component: | Plugin-DImg-JP2K | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 7.10.0 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/digikam/commit/972bc20fa5b549ef75cd547beb5976eb479ddc13 | Version Fixed In: | 7.10.0 |
Sentry Crash Report: |
Description
Robert
2009-10-16 13:17:27 UTC
This crash appears in libjasper library, and i can reproduce it with some JP2 images which use advanced JPEG2000 features not yet implemented in libjasper In fact libjasper go out violently without to generate a C++ exception. It's very weird. Please report this problem to libjasper team. We cannot do anything here... Gilles Caulier Maik, libjasper version used in the bundles : - Windows : MXE already upgrade to 4.0 as you can see here : https://github.com/mxe/mxe/blob/master/src/jasper.mk - macOS: macports also switch to 4.0.0 : https://github.com/macports/macports-ports/blob/master/graphics/jasper/Portfile - The bundle built on binary-factory do not have Jasper dependencies as package is missing in Craft framework - the flatpak builf in binary factory use an older version: https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/flatpak/org.kde.digikam.json#L157 - the appimage uses a very old libjasper 1.7 from Ubuntu 18.04. Gilles Git commit 779d90772fc960163fd92c33873c3af4e9048919 by Gilles Caulier. Committed on 25/01/2023 at 09:55. Pushed by cgilles into branch 'qt5-maintenance'. update libjasper to last 4.0.0 in AppImage bundle M +3 -1 project/bundles/3rdparty/ext_jasper/CMakeLists.txt M +1 -0 project/bundles/appimage/01-build-host.sh M +3 -2 project/bundles/appimage/host_ubuntu.inc https://invent.kde.org/graphics/digikam/commit/779d90772fc960163fd92c33873c3af4e9048919 Git commit 972bc20fa5b549ef75cd547beb5976eb479ddc13 by Gilles Caulier. Committed on 25/01/2023 at 10:03. Pushed by cgilles into branch 'master'. update libjasper to 4.0.0 for Flatpak from binary-factory FIXED-IN: 7.10.0 M +3 -1 project/bundles/flatpak/org.kde.digikam.json https://invent.kde.org/graphics/digikam/commit/972bc20fa5b549ef75cd547beb5976eb479ddc13 |