<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=KOI8-R" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Igor Sysoev wrote:
<blockquote cite="mid:20090327073224.GC85298@rambler-co.ru" type="cite">
  <pre wrap="">On Thu, Mar 26, 2009 at 09:10:09PM -0400, Kurt Hansen wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">
I looked at my error log. I see seg fault 11 for worker process and this 
message:

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

It looks like this was discussed back in August, but the discussion was 
in Russian so I wasn't sure the problem or resolution. However, it looks 
like it was also on a RHEL5 or CentOS5 x86-64 system, like mine. Some of 
the Google searches suggested this being a message from perl -- maybe 
the rpm I am using has the perl module compiled in and that is 
conflicting with the perl on my system.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yes, this is the bug in nginx if it is built with threaded perl at least
on Linux.

  </pre>
  <blockquote type="cite">
    <pre wrap="">I think my best option is to re-build it from source, despite what the 
rpm-Nazi's might say. ;-)

Should I use the stable or dev tar ball? I think stable.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Try 0.7.44. But before set

error_log  /path/to/log  info;

for 0.6.x to log handshake error and to see the messages.
  </pre>
</blockquote>
Thanks, Igor.<br>
<br>
I'm pretty sure this rpm was compiled with threaded perl since that is
the default on RHEL and thus CentOS.<br>
<br>
I'll install 0.7.44 and anticipate success. :-)<br>
<br>
Take care,<br>
<br>
Kurt<br>
</body>
</html>