semaphore issue

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
jbnance
Posts: 2
Joined: 2012-06-18T08:45:22-07:00
Authentication code: 13

semaphore issue

Post by jbnance »

Dear gurus,
Over the weekend we upgraded our RHEL 5 servers which are running PHP 5.2.17 (with the PHP extensions MagickWand and iMagick - which were also "upgraded" at the same time since they were rebuilt for the new version of ImageMagick) to ImageMagick 6.7.7-3 (from 6.6.3-0). We immediately started seeing these messages in our Apache/PHP error logs:

[Sun Jun 17 03:21:49 2012] [notice] child pid 10719 exit signal Aborted (6)
httpd: magick/semaphore.c:290: LockSemaphoreInfo: Assertion `semaphore_info != (SemaphoreInfo *) ((void *)0)' failed.

Any thoughts on this issue?

j
jbnance
Posts: 2
Joined: 2012-06-18T08:45:22-07:00
Authentication code: 13

Re: semaphore issue

Post by jbnance »

I believe I've found a solution to the issue, but I don't know what was causing it. At compile time I was including "--enable-zero-configuration" as an option. Rebuilding without that seems to have fixed the issue.

This URL was the hint:

viewtopic.php?f=3&t=19469&p=76389&hilit ... ore#p76389
Post Reply