-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gwenview crashes in Exiv2::Internal::Nikon3MakerNote::printFlashMasterDataFl7 when opening .nef image #2649
Comments
This issue could be a duplicate of #2638. |
There is a slightly different variant in https://bugs.kde.org/show_bug.cgi?id=470821
|
I believe that they are all related to the same bug but on different metadata fields.. So far, the effected callees of
I'm not sure whether these methods are meant to handle null metadata pointers or if nullptrs should be handled upstream. |
@nicolasfella Please could you give me instructions on how to build gwenview so that I can debug this? I have a Ubuntu 22.04 VM with the KDE desktop installed. I have installed approximately a million packages that seem to be needed as dependencies and I am trying to build like this: git clone https://invent.kde.org/graphics/gwenview.git
cd gwenview/
git checkout v23.04.2
mkdir build
cd build/
cmake ..
make I'm getting this build error:
Is this build error a known problem and do you know how to solve it? |
I think this should fix it in gwenview: https://invent.kde.org/graphics/gwenview/-/merge_requests/207 |
This should fix the bug reported at Exiv2/exiv2#2649. Exiv2 will be made more robust against this, but this commit should get Gwenview unstuck in the meantime. BUG: 470880 FIXED-IN: 23.04.1
This should fix the bug reported at Exiv2/exiv2#2649. Exiv2 will be made more robust against this, but this commit should get Gwenview unstuck in the meantime. BUG: 470880 FIXED-IN: 23.04.1 (cherry picked from commit d2869e8)
Describe the bug
See https://bugs.kde.org/show_bug.cgi?id=470880
To Reproduce
Open this image in Gwenview: https://mega.nz/file/j3RGELSa#wMs5nJ-HlrMZrjytiC9NkESXF6TRIIVzPDlZsa-uI3E
A short description of what you expected to happen.
Desktop (please complete the following information):
Additional context
0.27.7 works fine
The text was updated successfully, but these errors were encountered: