[digikam] [Bug 360714] New: JPGEG2000 thumbnails shows as dimension 0x0 pixel

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

[digikam] [Bug 360714] JPGEG2000 thumbnails shows as dimension 0x0 pixel

bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360714

--- Comment #18 from [hidden email] ---
The exception is generated by libjasper:

#1  0x00000033b200f52e in jas_image_clearfmts () from
/tmp/.mount_oWT4Ia/usr/lib/libjasper.so.4

So, the way to decode image from jp2kloader.cpp must wrap C++ exception when
it's possible... or it's a bug in Jasper library.

Gilles Caulier

--
You are receiving this mail because:
You are the assignee for the bug.
Reply | Threaded
Open this post in threaded view
|

[digikam] [Bug 360714] JPGEG2000 thumbnails shows as dimension 0x0 pixel

bugzilla_noreply
In reply to this post by bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=360714

--- Comment #19 from [hidden email] ---
As i can see, the japser API is not wrapper by C++ exception handler (as with
Exiv2 and dmetadata interface). This is why digiKam crash.

https://cgit.kde.org/digikam.git/tree/libs/dimg/loaders/jp2kloader.cpp

We must add C++ exception catch in this class...

Gilles Caulier

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