Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2010 07:37:34 GMT
From:      Serge Sitnikov <serge.sitnikov@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153331: PHP 5.3.4 GD PNG support broken, Abort trap: 6 (core dumped)
Message-ID:  <201012210737.oBL7bYqg074624@red.freebsd.org>
Resent-Message-ID: <201012210740.oBL7e9Uh080254@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153331
>Category:       ports
>Synopsis:       PHP 5.3.4 GD PNG support broken, Abort trap: 6 (core dumped)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 21 07:40:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Serge Sitnikov
>Release:        FreeBSD 8.1-RELEASE
>Organization:
>Environment:
FreeBSD pups 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010   root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
PNG support broken, completely. If PHP runs under Apache that will lead to 
workers exhaustion.

PHP 5.3.4 on FreeBSD 8.1-RELEASE amd64

array (
  'GD Version' => 'bundled (2.0.34 compatible)',
  'FreeType Support' => true,
  'FreeType Linkage' => 'with freetype',
  'T1Lib Support' => true,
  'GIF Read Support' => true,
  'GIF Create Support' => true,
  'JPEG Support' => true,
  'PNG Support' => true,
  'WBMP Support' => true,
  'XPM Support' => true,
  'XBM Support' => true,
  'JIS-mapped Japanese Font Support' => false,
)

png-1.4.4           Library for manipulating PNG images
>How-To-Repeat:
Run the code bellow:

$image = imagecreatefrompng('/path/to/my/png/file');

This will produce 'Abort trap: 6 (core dumped)'.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012210737.oBL7bYqg074624>