Panic: MUTEX_LOCK (22)

I am getting these in the Ngnix error log. The app freezes up an needs
to be restarted. Please help.

Error:
panic: MUTEX_LOCK (22) [op.c:352].
panic: MUTEX_LOCK (22) [op.c:352].

Info:
[root@upload1:/home/ppragin/nginx-0.7.64] /usr/local/nginx/sbin/nginx -V
nginx version: nginx/0.7.64
built by gcc 4.1.2 20071124 (Red Hat 4.1.2-42)
configure arguments: --without-http_upstream_ip_hash_module

Pavel Pragin
solutionset
P: 650.328.3900 F: 650.328.3901 M: 408.806.8621 275 Alma Street,
Palo Alto, CA 94301
[email protected]mailto:[email protected]

This message is intended for the addressee(s) only and may contain
confidential or privileged
information. Any use of this information by persons other than
addressee(s) is prohibited. If you
have received this message in error, please reply to the sender and
delete or destroy all copies.

On Fri, Jan 29, 2010 at 11:56 AM, Pavel Pragin
[email protected] wrote:

configure arguments: --without-http_upstream_ip_hash_module
confidential or privileged
nginx Info Page

As you were told in the channel:

$ pwd | tail -c 19 && find . | grep op.c | wc -l
nginx/nginx-0.8.32
0

And a minute of searching tells me why:

Apparently it is a problem with perl being threaded. Either build
perl non-threaded or build nginx without perl.

– Merlin