← Back to team overview

registry team mailing list archive

[Bug 676949] Re: shotwell crashes on importing images

 

I investigated this briefly and saw that the crash was happening when a
std:iterator was being dereferenced via its -> operator to retrieve the
Exifdatum struct it was pointing to.  The segfault was not in accessing
the struct once it was extracted, but rather while pulling it from the
iterator via the -> operator.  (It appeared to be happening inside the
Exifdatum's copy constructor; gdb's debug symbols were inconsistent on
this point.)

I hesitate to point the finger at Exiv2 because it's quite possible I'm
doing something wrong inside gexiv2, but I have now included that
package in this ticket because the bug is in the interaction between
gexiv2 and it.

** Also affects: exiv2 (Ubuntu)
   Importance: Undecided
       Status: New

-- 
shotwell crashes on importing images
https://bugs.launchpad.net/bugs/676949
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for gexiv2.