png to jpg problem

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
skinder

png to jpg problem

Post by skinder »

I'm trying convert .png to .jpg

Code: Select all

convert 1261936073261.png 1234.jpg
convert: magick/semaphore.c:220: DestroySemaphoreInfo: Assertion `(*semaphore_info) != (SemaphoreInfo *) ((void *)0)' failed.
Aborted
what convert -version says:

Code: Select all

Version: ImageMagick 6.5.8-6 2009-12-26 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
please help
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: png to jpg problem

Post by magick »

We cannot reproduce the problem you posted. Perhaps its image specific. Post a URL to your PNG image. You could also post a stack trace. Type
  • gdb convert
    run 1261936073261.png 1234.jpg
    where
skinder

Re: png to jpg problem

Post by skinder »

sorry, it was my fail =)
but thanks for fast reply!
Post Reply