ports/153331: PHP 5.3.4 GD PNG support broken, Abort trap: 6 (core dumped)

Serge Sitnikov serge.sitnikov at gmail.com
Tue Dec 21 07:40:09 UTC 2010


>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 at 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:



More information about the freebsd-ports-bugs mailing list