Summary: | Crash when getting EXIF information | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | András Manţia <amantia> |
Component: | Metadata-Exif | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.5.0 | |
Sentry Crash Report: | |||
Attachments: |
Image causing the crash
patch to fix the crash |
Description
András Manţia
2005-09-23 22:26:05 UTC
Created attachment 12676 [details]
Image causing the crash
its a crash in libexif. can you try the following: * install commandline exif tool * from a terminal run "exif the_picture_which_caused_crash.jpeg" and see if it survives. On Saturday 24 September 2005 16:06, Renchi Raju wrote:
> * install commandline exif tool
Do you know from where can I get it?
BTW, digikam 0.7.4 (from the original opensuse packages, running on 3.4.2) does not have this crash problem. libkexif is 0.2.1-6 in that case. The libexif library is the same, so I doubt the problem is there. the reason why 0.7.4 does not crash could be because it doesn't scan image metadata. try opening up the properties of the image to see the exif information. exif is a commandline tool provided from libexif folks. there might be binaries provided by suse. otherwise you can get sources from libexif.sourceforge.net On Tuesday 27 September 2005 11:54, Renchi Raju wrote: > ------- Additional Comments From renchi.raju kdemail net 2005-09-27 > 10:53 ------- the reason why 0.7.4 does not crash could be because it > doesn't scan image metadata. I see. > try opening up the properties of the > image to see the exif information. In Konqueror I can see the exif information without problems. > > exif is a commandline tool provided from libexif folks. there might > be binaries provided by suse. otherwise you can get sources from > libexif.sourceforge.net I have it now (suse does not package the command line tool, so I couldn't find it). It does not crash. Andras well well well.... suse has taken a cvs snapshot and shipped it as libexif-0.6.13 i compiled this version and it does crash digikam and i traced the bug into libexif. you will need to complain to suse On Tuesday 27 September 2005 13:07, Renchi Raju wrote: > ------- Additional Comments From renchi.raju kdemail net 2005-09-27 > 12:07 ------- well well well.... suse has taken a cvs snapshot and > shipped it as libexif-0.6.13 That's bad. :-( I will compile the official one from sources... > > i compiled this version and it does crash digikam and i traced the > bug into libexif. you will need to complain to suse ...and will complain to suse as well. Andras exif the commandline frontend is included in SUSE btw. is not present in final 10.0 on amd64 and ppc. Created attachment 12729 [details]
patch to fix the crash
Marcus, here's a patch to fix the problem
Confirmed, it works. |