From owner-freebsd-multimedia@FreeBSD.ORG Tue Aug 25 15:54:41 2009 Return-Path: Delivered-To: multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09E781065672 for ; Tue, 25 Aug 2009 15:54:41 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6038FC1A for ; Tue, 25 Aug 2009 15:54:39 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id SAA05783; Tue, 25 Aug 2009 18:42:55 +0300 (EEST) (envelope-from avg@freebsd.org) Message-ID: <4A94067E.4040701@freebsd.org> Date: Tue, 25 Aug 2009 18:42:54 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.22 (X11/20090724) MIME-Version: 1.0 To: multimedia@freebsd.org References: <4A8AE511.8040604@icyb.net.ua> In-Reply-To: <4A8AE511.8040604@icyb.net.ua> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: Re: graphics/exiv2: request for inclusion of an upstream patch X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Aug 2009 15:54:41 -0000 [ping] on 18/08/2009 20:29 Andriy Gapon said the following: > I am getting the following crash when I try to import a certain image with digikam: > > #6 0x000000080687a55c in thr_kill () from /lib/libc.so.7 > #7 0x0000000806901233 in abort () from /lib/libc.so.7 > #8 0x00000008068ea119 in __assert () from /lib/libc.so.7 > #9 0x000000080253af0a in Exiv2::Internal::TiffMnEntry::doCount () > from /usr/local/lib/libexiv2.so.7 > #10 0x000000080253b355 in Exiv2::Internal::TiffDirectory::writeDirEntry () > from /usr/local/lib/libexiv2.so.7 > #11 0x000000080253e4ff in Exiv2::Internal::TiffDirectory::doWrite () > from /usr/local/lib/libexiv2.so.7 > #12 0x000000080253c16b in Exiv2::Internal::TiffSubIfd::doWriteData () > from /usr/local/lib/libexiv2.so.7 > #13 0x000000080253b4bb in Exiv2::Internal::TiffDirectory::doWriteData () > from /usr/local/lib/libexiv2.so.7 > #14 0x000000080253e6a0 in Exiv2::Internal::TiffDirectory::doWrite () > from /usr/local/lib/libexiv2.so.7 > #15 0x0000000802542d9e in Exiv2::Internal::TiffParserWorker::encode () > from /usr/local/lib/libexiv2.so.7 > #16 0x0000000802542ef1 in Exiv2::TiffParser::encode () > from /usr/local/lib/libexiv2.so.7 > #17 0x00000008024e4382 in Exiv2::ExifParser::encode () > from /usr/local/lib/libexiv2.so.7 > #18 0x0000000802326b9e in KExiv2Iface::KExiv2::getExif () > from /usr/local/lib/libkexiv2.so.5 > #19 0x0000000800a78e17 in Digikam::ImagePropertiesSideBarCamGui::itemChanged > () from /usr/local/lib/libdigikam.so.0 > > The image was taken with a Nokia phone camera and contains some non-empty > Exif.Photo.MakerNote (type Ascii, size 1088). > > I believe that this issue was fixed upstream: > http://dev.exiv2.org/repositories/revision/exiv2/1743 > http://dev.exiv2.org/issues/show/615 > I applied this change in my local ports tree and it seems to fix the problem. > > I also see that Debian folks have included this change into their package of > exiv2. Could we please do the same? > > Thank you in advance. > -- Andriy Gapon