How to debug MagickWand?

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
sambessey
Posts: 22
Joined: 2008-01-04T18:26:40-07:00

How to debug MagickWand?

Post by sambessey »

Hi,

I have some problems when trying to create a number of large PDFs using Magick Wand.

-The process converts PNGs to PDFs, and kicks off one job, then the next sequentially.

- If I have more than a handful of PDFs to create at once, I can almost guarantee that some of them will not generate properly (will be tiny, or contain no data)

- I get hundreds of megabytes of stuff left in /tmp like /tmp/magick-zxzyzuyz when the above happens

I cannot get to the bottom of why this is is, but I am also unable to find a way to stack trace or debug MagickWand- Does anyone have any advice on how I can perform stack traces or enable debugging for MagickWand?

Thanks!
Post Reply