Edit report at http://bugs.php.net/bug.php?id=53585&edit=1

 ID:                 53585
 Comment by:         serge dot sitnikov at gmail dot com
 Reported by:        serge dot sitnikov at gmail dot com
 Summary:            PNG support broken, Abort trap: 6 (core dumped)
 Status:             Feedback
 Type:               Bug
 Package:            GD related
 Operating System:   FreeBSD 8.1-RELEASE
 PHP Version:        5.3.4
 Block user comment: N
 Private report:     N

 New Comment:

@paj...@php.net



Image does not matter. Any PNG image I have tested lead to the same
result -- 

core dumped. Already tested that on two machines.


Previous Comments:
------------------------------------------------------------------------
[2010-12-21 10:25:30] paj...@php.net

@serge dot sitnikov at gmail dot com



Please provide the PNG image you use as test.

------------------------------------------------------------------------
[2010-12-21 10:24:38] paj...@php.net

Not a php problem then :)

------------------------------------------------------------------------
[2010-12-21 09:26:55] serge dot sitnikov at gmail dot com

Unfortunately, upgrading and reinstalling all of PHP related ports does
not solve 

the problem.

------------------------------------------------------------------------
[2010-12-21 08:49:52] eugene at krivoruchko dot info

In FreeBSD 8.0

After update all port:

#portmanager -u



This problem resolved...

------------------------------------------------------------------------
[2010-12-21 08:18:20] serge dot sitnikov at gmail dot com

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

Test script:
---------------
$image = imagecreatefrompng('/path/to/my/png/file');

Expected result:
----------------
Image opened.

Actual result:
--------------
Abort trap: 6 (core dumped)


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=53585&edit=1

Reply via email to