Your message dated Wed, 08 Jun 2005 23:32:11 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#299958: fixed in imagemagick 6:6.2.3.0-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 17 Mar 2005 14:48:19 +0000
>From [EMAIL PROTECTED] Thu Mar 17 06:48:19 2005
Return-path: <[EMAIL PROTECTED]>
Received: from master.debian.org [146.82.138.7] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DBwIM-0006nN-00; Thu, 17 Mar 2005 06:48:18 -0800
Received: from (safax01.solutionact.net) [193.19.183.201] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DBwIL-0001SX-00; Thu, 17 Mar 2005 08:48:17 -0600
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Morten Kuehl <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: perlmagick: segmentation fault while converting .tif to .pdf
X-Mailer: reportbug 3.8
Date: Thu, 17 Mar 2005 15:48:01 +0100
X-Debbugs-Cc: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-9.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=ham 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: perlmagick
Version: 6:6.0.6.2-2.2
Severity: important

Conversion from .tif to .pdf does not work. Conversion from .tif to .png works 
with the same code (just exchange .pdf with .png)

#!/usr/bin/perl -w

use Image::Magick;

#read input
$image = Image::Magick->new;
open(IMAGE, "/var/spool/fax/$fax_file");
$image->Read(file=>\*IMAGE);
close(IMAGE);
#output
$pdf_filename = "fax.pdf";
open(PDF, ">$pdf_filename");
$image->Write(file=>\*PDF, filename=>$pdf_filename);
warn "$x" if "$x";      # print the error message
$x =~ /(\d+)/;
close (PDF);

calling the program results in segmentation fault. calling it with 
$pdf_filename = "fax.png" works

regards
morten


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.29-2_mck_SMP_capi
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages perlmagick depends on:
ii  libbz2-1.0               1.0.2-5         high-quality block-sorting file co
ii  libc6                    2.3.2.ds1-20    GNU C Library: Shared libraries an
ii  libdps1                  4.3.0.dfsg.1-10 Display PostScript (DPS) client li
ii  libfreetype6             2.1.7-2.3       FreeType 2 font engine, shared lib
ii  libice6                  4.3.0.dfsg.1-10 Inter-Client Exchange library
ii  libjpeg62                6b-9            The Independent JPEG Group's JPEG 
ii  liblcms1                 1.13-1          Color management library
ii  libmagick6               6:6.0.6.2-2.2   Image manipulation library
ii  libpng12-0               1.2.8rel-1      PNG library - runtime
ii  libsm6                   4.3.0.dfsg.1-10 X Window System Session Management
ii  libtiff4                 3.7.1-4         Tag Image File Format (TIFF) libra
ii  libx11-6                 4.3.0.dfsg.1-10 X Window System protocol client li
ii  libxext6                 4.3.0.dfsg.1-10 X Window System miscellaneous exte
ii  libxml2                  2.6.16-3        GNOME XML library
ii  perl                     5.8.4-6         Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.4 5.8.4-6         The Pathologically Eclectic Rubbis
ii  zlib1g                   1:1.2.2-3       compression library - runtime

-- no debconf information

---------------------------------------
Received: (at 299958-close) by bugs.debian.org; 9 Jun 2005 03:40:41 +0000
>From [EMAIL PROTECTED] Wed Jun 08 20:40:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DgDuL-0002tK-00; Wed, 08 Jun 2005 20:40:41 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DgDm7-0002gT-00; Wed, 08 Jun 2005 23:32:11 -0400
From: Ryuichi Arafune <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#299958: fixed in imagemagick 6:6.2.3.0-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 08 Jun 2005 23:32:11 -0400
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 13

Source: imagemagick
Source-Version: 6:6.2.3.0-2

We believe that the bug you reported is fixed in the latest version of
imagemagick, which is due to be installed in the Debian FTP archive:

imagemagick_6.2.3.0-2.diff.gz
  to pool/main/i/imagemagick/imagemagick_6.2.3.0-2.diff.gz
imagemagick_6.2.3.0-2.dsc
  to pool/main/i/imagemagick/imagemagick_6.2.3.0-2.dsc
imagemagick_6.2.3.0-2_i386.deb
  to pool/main/i/imagemagick/imagemagick_6.2.3.0-2_i386.deb
libmagick++6-dev_6.2.3.0-2_i386.deb
  to pool/main/i/imagemagick/libmagick++6-dev_6.2.3.0-2_i386.deb
libmagick++6_6.2.3.0-2_i386.deb
  to pool/main/i/imagemagick/libmagick++6_6.2.3.0-2_i386.deb
libmagick6-dev_6.2.3.0-2_i386.deb
  to pool/main/i/imagemagick/libmagick6-dev_6.2.3.0-2_i386.deb
libmagick6_6.2.3.0-2_i386.deb
  to pool/main/i/imagemagick/libmagick6_6.2.3.0-2_i386.deb
perlmagick_6.2.3.0-2_i386.deb
  to pool/main/i/imagemagick/perlmagick_6.2.3.0-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ryuichi Arafune <[EMAIL PROTECTED]> (supplier of updated imagemagick package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Wed,  8 Jun 2005 12:52:16 +0900
Source: imagemagick
Binary: perlmagick libmagick++6-dev libmagick6-dev libmagick6 imagemagick 
libmagick++6
Architecture: source i386
Version: 6:6.2.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Ryuichi Arafune <[EMAIL PROTECTED]>
Changed-By: Ryuichi Arafune <[EMAIL PROTECTED]>
Description: 
 imagemagick - Image manipulation programs
 libmagick++6 - The object-oriented C++ API to the ImageMagick library
 libmagick++6-dev - The object-oriented C++ API to the ImageMagick 
library--developme
 libmagick6 - Image manipulation library
 libmagick6-dev - Image manipulation library -- development
 perlmagick - A perl interface to the libMagick graphics routines
Closes: 261768 268681 270215 270381 272794 275745 278890 278939 292094 292244 
299958 304472 310664
Changes: 
 imagemagick (6:6.2.3.0-2) unstable; urgency=low
 .
   * Add libwmf-bin to Suggests for libmagcik6.  closes: #278890
   * Upstream fixes the bugs.
    - PerlMagick's Profile() method produces an assertion error when the
    profile parameter is set to undef. closes:#292094
    - perlmagick: segmentation fault while converting .tif to .pdf. closes: 
#299958
    - 8bpp images are not supported. closes: #270381
    - convert to postscript is still broken (geometry/resolution) closes: 
#270215
    - imagemagick produces useless (and wrong!) error output when a tiff has a
    bad magic number. closes: #272794
    - /usr/bin/identify: png bit depth count wrong? closes: #275745
    - convert makes garbled eps-->ppm conversion (at least, it works well on my
    system.) closes: #261768
    - -page option does not work correctly. closes: #268681
    - -depth option has no effect. closes: #278939
    - libmagick++6-dev: MaxRGB macro does not work if not ``using namespace
    Magick;'' closes: #292244
    - Image::Magic (sometimes) dies on errors (instead of providing an error
    string)  closes: #304472
    - imagemagick: convert ignores flags to turn off antialiasing. closes:
    #310664
Files: 
 81b5a611cedd69654036bec974102755 877 graphics optional 
imagemagick_6.2.3.0-2.dsc
 b1ed68818d7830619fb0da778087288d 142502 graphics optional 
imagemagick_6.2.3.0-2.diff.gz
 1766d6cfce291a59058c8529ccc5d185 1325296 graphics optional 
imagemagick_6.2.3.0-2_i386.deb
 3e57c4cfb407460b6201a2ddf15fd80b 1210694 libs optional 
libmagick6_6.2.3.0-2_i386.deb
 ea0c0ffc0d21aa0dcdaf055588594cc6 1529862 libdevel optional 
libmagick6-dev_6.2.3.0-2_i386.deb
 a8f76b5d80eba033b7378cabab7272ce 164874 libs optional 
libmagick++6_6.2.3.0-2_i386.deb
 cc60584e1cb12e3dfe70d16c4efb3f8b 210090 libdevel optional 
libmagick++6-dev_6.2.3.0-2_i386.deb
 1fda99aefb6cb599ea21362c23efd5c0 238378 perl optional 
perlmagick_6.2.3.0-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCp7VcNfYaRw9fFnYRAhbFAKCi7seCyV6979ixpMQ7a1YA20aZ+gCaA+LX
V616PHIxoFpgIpBlI4gjugg=
=uBY8
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to