On Thu, Mar 21, 2002, [EMAIL PROTECTED] wrote:

> Full_Name: Fred Romelfanger
> Version: 2.8.7
> OS: Solaris 
> Submission from: (NULL) (130.167.114.38)
> 
> During a stress test with modssl, I get the following error:
> 
> [21/Mar/2002 13:37:55 14476] [warn]  Failed to acquire global mutex lock
> 
> Looking at the code, it would be nice to get the unix errno or error
> message assocated with the failed call to semop().  I added a perror
> call and the error it actually failed with was ENOSPC which indicates
> that I don't have the system configured with enough semaphore "undo"
> structures for the number of apache servers that I had running.

I agree that the error is less specific. But the problem is that the
error is a general message produced by the mutex abstraction layer
while the errno is only available in the underlying semop based mutex
implementation. 
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to