Bug 616946

Summary: php exits prematurely when calling phpinfo() with php-pecl-imagick installed
Product: [Fedora] Fedora Reporter: Radu Alexandru Popescu <radualexandrupopescu>
Component: php-pecl-imagickAssignee: Pavel Alexeev <pahan>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: fedora, pahan, radualexandrupopescu
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-07-22 12:17:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Radu Alexandru Popescu 2010-07-21 19:42:46 UTC
Description of problem:
Extension makes php exit prematurely.
Package outdated. Current stable version is 3.0.0 ( http://pecl.php.net/package/imagick )

Version-Release number of selected component (if applicable):
2.2.2-4.fc12

How reproducible:
Always.

Steps to Reproduce:
1. Install php-pecl-imagick on an up-to-date (as of today) install.
2. Make a file containing "<?php phpinfo(); ?>"
3. Request the file in httpd.
  
Actual results:
Incomplete phpinfo page and an error in /var/log/httpd/error_log
"httpd: magick/semaphore.c:525: LockSemaphoreInfo: Assertion `semaphore_info != (SemaphoreInfo *) ((void *)0)' failed.".

Expected results:
Normal phpinfo page and no error in /var/log/httpd/error_log.

Additional info:
I reported the error for x86_64 but it might be on other platforms. If additional information or testing is required please let me know.

Comment 1 Pavel Alexeev 2010-07-22 12:17:41 UTC

*** This bug has been marked as a duplicate of bug 559675 ***