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.
skinder
Post
by skinder » 2009-12-27T11:08:40-07:00
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
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2009-12-27T12:45:09-07:00
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
Post
by skinder » 2009-12-28T09:15:13-07:00
sorry, it was my fail =)
but thanks for fast reply!