Your message dated Wed, 23 Jul 2008 22:48:35 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Re: [pkg-GD-devel] Bug#492116: php5-gd: imagefill() segfaults
has caused the Debian Bug report #492116,
regarding php5-gd: imagefill() segfaults
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
492116: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492116
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: libgd2-xpm
Version: 2.0.33-5.2etch1
Severity: important
on this system (debian etch with security-updates) any call of imagefill()
whithin php5-scripts
stops the script. This makes it unpossible to create PNG-Files with transparent
backgrounds in
this way. The segfaulting Code:
<?php
$thumbnail = ImageCreateTrueColor(GALLERY_THUMB_SIZE,
GALLERY_THUMB_SIZE);
imagesavealpha($thumbnail, TRUE);
$bgcolor = imagecolortransparent($thumbnail);
imagefill($thumbnail, 0, 0, $bgcolor);
imagecopyresampled($thumbnail, $image, $tn_pos_x, $tn_pos_y, 0, 0,
$newwidth, $newheight,
$width, $height);
$ok = imagepng($thumbnail, $thumbfile);
?>
this Problem seems to be fixed in newer versions of libgd-xpm: the version in
lenny doesn't
segfault on my local Workstation (where lenny runs on).
Thanks,
Christoph Muehlmann
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages libgd2-xpm depends on:
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libfontconfig1 2.4.2-1.2 generic font configuration library
ii libfreetype6 2.2.1-5+etch2 FreeType 2 font engine, shared lib
ii libjpeg62 6b-13 The Independent JPEG Group's JPEG
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii libx11-6 2:1.0.3-7 X11 client-side library
ii libxpm4 1:3.5.5-2 X11 pixmap library
ii zlib1g 1:1.2.3-13 compression library - runtime
libgd2-xpm recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Version: 2.0.36~rc1~dfsg-1
Hi Christoph,
On Wed, Jul 23, 2008 at 09:58:02PM +0200, Christoph Muehlmann wrote:
>on this system (debian etch with security-updates) any call of
>imagefill() whithin php5-scripts stops the script.
>this Problem seems to be fixed in newer versions of libgd-xpm: the
>version in lenny doesn't segfault on my local Workstation (where lenny
>runs on).
Thanks for reporting this.
You mention the bug as fixed currently in Lenny, so I suspect this is
the issue solved upstream at version 2.0.36~rc1~dfsg.
Tagging as such and closing.
Kind regards,
- Jonas
- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
- Enden er nær: http://www.shibumi.org/eoti.htm
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkiHmSIACgkQn7DbMsAkQLjONACdGq3pU4cGar+MJKHRsHG2BjPx
saoAn17X45003iFmKjKYRNffytaV0NM/
=p1Wu
-----END PGP SIGNATURE-----
--- End Message ---