On Sat, 31 May 2008 23:49:04 +0100 Nick Kew <[EMAIL PROTECTED]> wrote:
> Fixes the fail on Linux, but not on Solaris. > On Solaris, the shmctl at shm.c line 67 returns EINVAL, meaning we passed it an invalid shared memory identifier. The code path up to there is (AFAICT) identical to Linux, with both using APR_USE_SHMEM_SHMGET. If we just ignore the EINVAL, the test succeeds. I've committed a patch to trunk in r662114. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/
