resizing stop working after updating imagemagick
Posted: 2015-05-15T01:51:44-07:00
Hi,
We've recently updated ImageMagick to version 6.7.9-1, and since then our batch job (which hasn't been changed) has stopped working properly because ImageMagick seems to keep crashing. The strange thing is that it sometimes works once, but the next job crashes again. We've tried to try the command via the command line and it works, so we don't know what could have gone wrong.
We work with a Linux machine running on RHEL6.
This is the error we got:
Error executing process /usr/bin/convert "/usr/local/tomcat/instances/deinstance/temp/images.jpg" -resize 80x70 -unsharp 1.5x1.0+1.0+0.00784 -size 80x70 xc:#fff +swap -gravity center -composite "/var/www/html/imagefolder/resized-image.jpg": 000000 fd:04 18363 /usr/lib64/libMagickCore.so.2.0.0
7fcf85726000-7fcf85926000 ---p 001ce000 fd:04 18363 /usr/lib64/libMagickCore.so.2.0.0
7fcf85926000-7fcf85977000 rw-p 001ce000 fd:04 18363 /usr/lib64/libMagickCore.so.2.0.0
7fcf85977000-7fcf85990000 rw-p 00000000 00:00 0
7fcf85993000-7fcf8599a000 r--s 00000000 fd:04 313 /usr/lib64/gconv/gconv-modules.cache
7fcf8599a000-7fcf8599b000 rw-p 00000000 00:00 0
7fff260fb000-7fff26113000 rw-p 00000000 00:00 0 [stack]
7fff261ff000-7fff26200000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Any help or pointer where we should look for the cause will be very much appreciated.
We've recently updated ImageMagick to version 6.7.9-1, and since then our batch job (which hasn't been changed) has stopped working properly because ImageMagick seems to keep crashing. The strange thing is that it sometimes works once, but the next job crashes again. We've tried to try the command via the command line and it works, so we don't know what could have gone wrong.
We work with a Linux machine running on RHEL6.
This is the error we got:
Error executing process /usr/bin/convert "/usr/local/tomcat/instances/deinstance/temp/images.jpg" -resize 80x70 -unsharp 1.5x1.0+1.0+0.00784 -size 80x70 xc:#fff +swap -gravity center -composite "/var/www/html/imagefolder/resized-image.jpg": 000000 fd:04 18363 /usr/lib64/libMagickCore.so.2.0.0
7fcf85726000-7fcf85926000 ---p 001ce000 fd:04 18363 /usr/lib64/libMagickCore.so.2.0.0
7fcf85926000-7fcf85977000 rw-p 001ce000 fd:04 18363 /usr/lib64/libMagickCore.so.2.0.0
7fcf85977000-7fcf85990000 rw-p 00000000 00:00 0
7fcf85993000-7fcf8599a000 r--s 00000000 fd:04 313 /usr/lib64/gconv/gconv-modules.cache
7fcf8599a000-7fcf8599b000 rw-p 00000000 00:00 0
7fff260fb000-7fff26113000 rw-p 00000000 00:00 0 [stack]
7fff261ff000-7fff26200000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Any help or pointer where we should look for the cause will be very much appreciated.