Summary: | Gwenview crash at some jpg files(no problem with kolourpaint) | ||
---|---|---|---|
Product: | [Applications] gwenview | Reporter: | godfrey.public |
Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adaptee, benni, d.schroeter, hijarian |
Priority: | NOR | ||
Version: | 2.7 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/gwenview/ba9fde1029f3b7280c0014d585aaa55639fd247a | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Volume 1
Volume 2 |
Description
godfrey.public
2012-06-22 15:08:23 UTC
The file is too big to upload here so i will send the file via e-mail on request Created attachment 72043 [details]
Volume 1
Created attachment 72044 [details]
Volume 2
Download the two rar files to one directory and extract there then you will see the jpg file Can reproduce it using Debian Unstable. Running gwenview in gdb I get this: Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must reimplement QApplication::notify() and catch all exceptions there. terminate called after throwing an instance of 'Exiv2::BasicError<char>' what(): No namespace info available for XMP prefix `xmpGImg' No crash here with KDE 4.8.4 and exiv2 0.22. Image displays. Git commit 05511b41913904c36bfd2cccc888ac4c466784f1 by Aurélien Gâteau. Committed on 26/06/2012 at 14:36. Pushed by gateau into branch 'KDE/4.9'. Catch exceptions from Exiv2 when gathering meta info Since Exiv2 0.23, ExifDatum::tagLabel() can throw M +1 -0 lib/CMakeLists.txt M +3 -1 lib/exiv2imageloader.h M +18 -15 lib/imagemetainfomodel.cpp M +1 -0 tests/auto/CMakeLists.txt A +58 -0 tests/auto/imagemetainfomodeltest.cpp [License: GPL] A +38 -0 tests/auto/imagemetainfomodeltest.h [License: GPL] A +- -- tests/data/302350_exiv_0.23_exception.jpg http://commits.kde.org/gwenview/05511b41913904c36bfd2cccc888ac4c466784f1 *** Bug 302313 has been marked as a duplicate of this bug. *** Git commit ba9fde1029f3b7280c0014d585aaa55639fd247a by Aurélien Gâteau. Committed on 26/06/2012 at 14:36. Pushed by gateau into branch 'KDE/4.8'. Catch exceptions from Exiv2 when gathering meta info Since Exiv2 0.23, ExifDatum::tagLabel() can throw M +1 -0 lib/CMakeLists.txt M +3 -1 lib/exiv2imageloader.h M +18 -15 lib/imagemetainfomodel.cpp M +1 -0 tests/auto/CMakeLists.txt A +58 -0 tests/auto/imagemetainfomodeltest.cpp [License: GPL] A +38 -0 tests/auto/imagemetainfomodeltest.h [License: GPL] A +- -- tests/data/302350_exiv_0.23_exception.jpg http://commits.kde.org/gwenview/ba9fde1029f3b7280c0014d585aaa55639fd247a *** Bug 305298 has been marked as a duplicate of this bug. *** |