i'm new to imagick, got a big problem. one of the imagick routines seems to run amok, generating a huuuuuge temp file, and i have no idea why.
here's an example of what's happening-
Code: Select all
$ cd /tmp
$ ls -l magick-XXnifrbY
-rw------- 1 apache apache 70778880000 Apr 11 01:22 magick-XXnifrbY
dumping farther in shows that the file sems to be 99.9% composed of 0's.
it seems like there's an imagick routine that's just running away...
is there any way to find out which method is causing this? maybe the file data has some of this information somewhere?
is the filename significant, i.e., can that be used to track down a process or file being worked on?
here's some supplemental info-
ImageMagick 6.5.4-7 2010-11-10 Q16 OpenMP http://www.imagemagick.org
imagick module version 3.0.1
x86_64 GNU/Linux 2.6.32-131.21.1.el6.x86_64
any help appreciated, the whole system frequently grinds to a halt because /tmp fills up.
thanks.