| Summary: | Segfault crash caused by some specific jpegs | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | maxlefou <buttbadger> |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | fella |
| Priority: | NOR | ||
| Version First Reported In: | 23.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
maxlefou
2023-06-25 08:13:11 UTC
Hi, Please add a backtrace of the crash to help us debug. See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports for help in doing so. (In reply to Tobias Fella from comment #1) > Hi, > > Please add a backtrace of the crash to help us debug. See > https://community.kde.org/Guidelines_and_HOWTOs/Debugging/ > How_to_create_useful_crash_reports for help in doing so. done it. Tried with two faultily jpegs (one supposedly not having EXIF, or at least doesn't display them on dolphin, and the other with EXIF) they both thrown the same output: Thread 1 "gwenview" received signal SIGSEGV, Segmentation fault. Exiv2::ExifData::findKey (this=0x0, key=...) at /usr/src/debug/exiv2/exiv2-0.28.0/src/exif.cpp:457 457 return std::find_if(exifMetadata_.begin(), exifMetadata_.end(), FindExifdatumByKey(key.key())); Though, I noticed something. The file "without EXIF" actually displays the picture a second before crash. The other with visible EXIF instantly crash with no displaying. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Bug seems to have been corrected in 23.04.3. Thanks. |