php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59161 thumbnailImage causes segmentation fault
Submitted: 2010-04-14 02:42 UTC Modified: 2011-05-06 06:55 UTC
From: confik at gmail dot com Assigned:
Status: Not a bug Package: imagick (PECL)
PHP Version: 5.3.2 OS: Ubuntu Linux 9.10 i386
Private report: No CVE-ID: None
 [2010-04-14 02:42 UTC] confik at gmail dot com
Description:
------------
Calling thumbnailImage produces segmentation fault, although 
it works as expected.

Reproduce code:
---------------
Code to reproduce:
<?php
$a = new Imagick('input.jpg');
$a->thumbnailImage(70, 50);


Expected result:
----------------
No segmentation fault


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-24 09:02 UTC] confik at gmail dot com
I can reproduce it both on 3.0.0RC1 and 2.3.0
 [2010-09-11 20:43 UTC] euskadi31 at gmail dot com
Hello

I have the same problem as you

php version : PHP 5.2.14-pl0-gentoo (cli) (built: Sep  8 2010 
01:11:13) 
imagick version : 3.0.0
 [2010-12-13 15:13 UTC] gui at iroqwa dot org
Hi,

Building php-imagick without openmp support fix the problem.

http://bugs.debian.org/568349

This problem is reproducible on any GNU/Linux distribution and since version 2.1.1RC1 (and maybe before) even with last 3.0.1.
 [2011-05-06 06:30 UTC] mkoppanen@php.net
Sorry, but your problem does not imply a bug in PECL itself.  For a
list of more appropriate places to ask for help using PECL, please
visit http://pecl.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PECL.

Marking this as non-developer issue as OpenMP seems to cause problems on all distros. Don't get offended if the message says "Bogus" as this is a real issue
 [2011-05-06 06:55 UTC] confik at gmail dot com
Ok, I understand.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC