|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-07-11 06:51 UTC] tony at sekl dot co dot uk
[2007-07-11 06:54 UTC] mkoppanen@php.net
[2007-07-11 07:38 UTC] tony at sekl dot co dot uk
[2007-07-11 10:53 UTC] tony at sekl dot co dot uk
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 17 08:00:01 2025 UTC |
Description: ------------ Imagick version: 2.0.0-beta2 ImageMagick version: 6.3.5 07/09/07 Q16 When I try to read a file using readImage() I get a blank response and the following error in the apache log: [Wed Jul 11 09:07:42 2007] [notice] child pid 24324 exit signal Segmentation fault (11) It only seems to happen when using files larger than about 100Kb Reproduce code: --------------- $img = new Imagick(); $img->readImage('1407.jpg'); echo("Hello"); Expected result: ---------------- "Hello" output to browser. Actual result: -------------- 200 OK Response with no body. And this error in apache log: [Wed Jul 11 09:07:42 2007] [notice] child pid 24324 exit signal Segmentation fault (11)