Bug 1487209
Summary: | perl-Graphics-TIFF-6-1.fc27 FTBFS: MagickCore/exception.c:1034: ThrowMagickExceptionList: Assertion `exception->signature == MagickCoreSignature' failed | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Petr Pisar <ppisar> |
Component: | perl-Graphics-TIFF | Assignee: | Petr Pisar <ppisar> |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 27 | CC: | jplesnik, perl-devel, ppisar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://apps.fedoraproject.org/koschei/build/3280353 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-11-28 09:38:15 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Petr Pisar
2017-08-31 12:41:24 UTC
The failure is: $ perl -Iblib/{lib,arch} t/1.t 1..43 ok 1 - use Graphics::TIFF; ok 2 - version string ok 3 - version ok 4 - IsCODECConfigured ok 5 - FileName ok 6 - An object of class 'Graphics::TIFF' isa 'Graphics::TIFF' ok 7 - Graphics::TIFF->can(...) ok 8 - ReadDirectory perl: MagickCore/exception.c:1034: ThrowMagickExceptionList: Assertion `exception->signature == MagickCoreSignature' failed. Aborted (core dumped) It crashes in ReadEXIFDirectory() method call: SKIP: { skip 'Image::Magick not installed', 36 if $@; my $image = Image::Magick->new; $image->Read('rose:'); $image->Set( density => '72x72' ); $image->Write('test.tif'); my $tif = Graphics::TIFF->Open( 'test.tif', 'r' ); is( $tif->FileName, 'test.tif', 'FileName' ); isa_ok $tif, 'Graphics::TIFF'; can_ok $tif, qw(Close ReadDirectory GetField); is( $tif->ReadDirectory, 0, 'ReadDirectory' ); → is( $tif->ReadEXIFDirectory(0), 0, 'ReadEXIFDirectory' ); [...] } The assert comes from ImageMagick-perl package, but the ReadEXIFDirectory() method is a binding to LibTFF's TIFFReadEXIFDirectory() function. Fedora reverted ImageMagick to 6.9. This will be issue in the future. This message is a reminder that Fedora 27 is nearing its end of life. On 2018-Nov-30 Fedora will stop maintaining and issuing updates for Fedora 27. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '27'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 27 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Fedora still has ImageMagick 6.9. No issue there. |