Package: perlmagick
Version: 6:6.2.4.5-0.6
Severity: important
Hi,
The following script makes perl segfault:
use Image::Magick;
my $img = Image::Magick->new;
$img->Read('foo.jpeg'); # foo.jpeg exists
$img = $img->[0];
$img->QueryMultilineFontMetrics(text=>"foo bar");
If I remove the "$img = $img->[0]" line (which I need for removing
multi-image TIFFs etc.), it works fine.
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.3
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]