Re: convert sometimes hangs on multi-core

da.mihi.sis.bubulae.frustrum.assae.solana.tuberosa.in.modo.gallico.fricta.ac.quassum.lactatum.coagulatum.crassum@imagemagick.org Thu, 8 Apr 2010 05:26:43 -0700
Newsgroups gmane.comp.video.image-magick.bugs
Message-ID <[email protected]>
> explicitly disabling one CPU helped circumvent the problem.

Add --disable-openmp to the configure script command line and rebuild and
reinstall ImageMagick.  If you installed from Mac Ports, use the
MAGICK_THREAD_LIMIT environment variable set to 1.  To only use 1 processor
all the time, set MAGICK_THREAD_LIMIT inside the policy.xml file.

If the problem is memory contention, you can add -limit area 80mb to your
command line to force the pixel cache to disk rather than memory.