php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69372 PHP with gmagick causes apache to crash
Submitted: 2015-04-04 01:41 UTC Modified: -
Votes:4
Avg. Score:3.5 ± 0.9
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: m dot daniel dot garcia at gmail dot com Assigned:
Status: Open Package: gmagick (PECL)
PHP Version: 5.5.23 OS: windows 7 SP1 x64
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: m dot daniel dot garcia at gmail dot com
New email:
PHP Version: OS:

 

 [2015-04-04 01:41 UTC] m dot daniel dot garcia at gmail dot com
Description:
------------
I've been trying to install gmagick on windows, apache just keeps crashing. I have tried with x86 versions all versions with and without wamp, all versions of apache and php combined.
Apache 2.4.4
Apache 2.4.9
PHP 5.5.0
PHP 5.5.23

I have tested mostly with php_gmagick-1.1.6rc1-5.5-ts-vc11-x86.zip and just a bit with php_gmagick-1.1.3rc1-5.5-ts-vc11-x86.zip

I also have tried with and without MAGICK_HOME environment variable, which is correct and pointing to the downloaded dlls folder

I double checked the compiler vc11 and the version x86 on my phpinfo and the downloaded files.

When I comment the gmagick extension line, everything works without crashing.
;extension=php_gmagick.dll

Only error I can see is this:
[Fri Apr 03 19:33:42.889022 2015] [mpm_winnt:notice] [pid 5868:tid 416] AH00428: Parent: child process 5700 exited with status 3221225725 -- Restarting.

I already tried this on the apache config:

<IfModule mpm_winnt_module>
   ThreadStackSize 8388608
</IfModule>

Expected result:
----------------
gmagick to load

Actual result:
--------------
PHP causes apache to crash

Patches

Pull Requests

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 22 22:01:30 2024 UTC