GNOME Bugzilla – Bug 619933
F-spot thread segfaults while trying to get orientation of a JPEG file.
Last modified: 2010-06-19 18:10:36 UTC
Created attachment 162212 [details] Picture that triggers f-spot bug Not sure what exactly happens, it segfault while it tries to check the orientation of the file. See included mdb session. File that triggers the bug included.
Created attachment 162213 [details] mdb session with the bug triggered
Crash triggering pictures are always very interesting :-). This needs to be in the Taglib# regression suite.
Created attachment 162691 [details] [review] Fix
Hi Johan! This looks like a normal "git diff". Could you: * git commit all your changes * then do: git pull --rebase * (if needed fix any conflicts, git add the conflicting files and git rebase --continue) (not expecting any) * git format-patch And attach the resulting patch? That way the patch will have a good commit message + authorship information. Thanks for looking into this!
Just tested this with Taglib#, where it works without a problem. Please re-open if this still happens after we switch to Taglib# (there's a taglib-metadata branch in git if you wish to test this).