Bug 153331

Summary: PHP 5.3.4 GD PNG support broken, Abort trap: 6 (core dumped)
Product: Ports & Packages Reporter: Serge Sitnikov <serge.sitnikov>
Component: Individual Port(s)Assignee: Alex Dupre <ale>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Serge Sitnikov 2010-12-21 07:40:09 UTC
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)'.
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2010-12-28 12:50:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ale

Over to maintainer
Comment 2 Alex Dupre freebsd_committer freebsd_triage 2010-12-28 13:00:35 UTC
State Changed
From-To: open->closed

Report it to php bug system.