Segmentation fault

MagickWand for PHP is an object-oriented PHP interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning MagickWand for PHP.
Post Reply
vav

Segmentation fault

Post by vav »

Hi,

I've compiled MagickWand for PHP with ImageMagick 6.2.7, PHP 5.2.0.
I'm running php as apache module, apache is 2.2.3.
It works ok for about one day, after that apache process dies with segmentation fault (11) any time I try to use any MagickWand function.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Without a stack trace there is little hope for a fix. We need to know which of Apache, MagickWand for PHP, MagickCore, or PHP the problem occurs in and which module/line it is faulting. You might want to try MagickWand for PHP from ImageMagick 6.3.1-1, the current release.
Post Reply