Page 1 of 1

Crash while using ImageMagick Lib - iOS

Posted: 2011-12-18T11:31:14-07:00
by Roshit
Hi,

I am using the ImageMagick Lib for my iPhone app. I must say, it is wonderful. Thank you, ImageMagick team for creating this.

I am facing a crash. Someone please help me with this.
I get a crash at this line :

Code: Select all

magick_wand_local = DestroyMagickWand(magick_wand_local);
The console message is :
Assertion failed: (semaphore_info != (SemaphoreInfo *) NULL), function LockSemaphoreInfo, file magick/semaphore.c, line 262.
Please help me solve this.

Thanks
Roshit

Re: Crash while using ImageMagick Lib - iOS

Posted: 2011-12-18T14:51:41-07:00
by magick
We can't help without a stack trace of viewing your code. Typically an assertion may occur if you have a memory overflow such that a memory of the wand container is corrupted.