>[1] supposedly on Solaris, this is solved for pthread mutexes by setting >the "robust" attribute, but evidence in bugzilla from at least one >tester was that mod_include segfaults using worker on Solaris could hang >the server.
I guess this was caused by bug 39833 (now fixed in rev. 415267 & 415268), that is, the configure script didn't detect usability of the robust attribute correctly, so robust mutexes weren't used. With the fix, robust mutexes will be used and should work. Tsuyoshi SASAMOTO [EMAIL PROTECTED]
