Page 1 of 1

Convert freezing when -thumbnail on 6.6.1-0 on CentOS

Posted: 2010-04-07T12:51:52-07:00
by akorbeti
Hi,

I just compiled from sources IM v6.6.1-0 on a Centos server and I face the following problem:

When I use -thumbnail as a parameter , convert hogs the CPU (100%) and never returns.
If I do not use the -thumbnail parameter, convert is fast as lightning.

Are there any known issues with -thumbnail? Any ideas on what may cause this or what to do to find out ?

Thanks!

Aris

Re: Convert freezing when -thumbnail on 6.6.1-0 on CentOS

Posted: 2010-04-07T13:21:56-07:00
by magick
CentOS has a buggy libgomp OpenMP library. Add --disable-openmp to your configure script command line and remake and reinstall ImageMagick. If the problem persists, posts a URL to your input file and the command you are using. We need to reproduce the problem before we can comment further.

Re: Convert freezing when -thumbnail on 6.6.1-0 on CentOS

Posted: 2010-04-07T23:52:17-07:00
by akorbeti
Thanks!! That did it!!

You're AWSOME!!