Page 1 of 1

semaphore issue

Posted: 2012-06-18T08:47:44-07:00
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

Re: semaphore issue

Posted: 2012-06-18T13:48:09-07:00
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