Crash while using ImageMagick Lib - iOS

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
Roshit
Posts: 1
Joined: 2011-12-18T11:26:32-07:00
Authentication code: 8675308

Crash while using ImageMagick Lib - iOS

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Crash while using ImageMagick Lib - iOS

Post 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.
Post Reply