On Thu, Aug 08, 2024 at 08:39:20AM -0400, Eric Covener wrote: > On Thu, Aug 8, 2024 at 3:08 AM Joe Orton <jor...@redhat.com> wrote: > > Thanks. I wonder if this true on BSDs more generally as well, at least > > the MacOS build is using shm_open() and POSIX is clear that fchmod > > should work on a shared memory object: > > > > https://pubs.opengroup.org/onlinepubs/007904975/functions/fchmod.html > > > > I disabled the test for DARWIN in r1919728. > > Should we do APR_ENOTIMPL in the runtime?
It looks like the apr_shm_perms_set() change is triggering the hang in CI as well, so yes I'll do that. There was an existing testshm failure on MacOS prior to backporting r1919714 to 1.8.x but it didn't hang: https://github.com/apache/apr/actions/runs/10297985421/job/28502168433#step:7:272 Line 130: expected <100>, but saw <97> testshm : FAILED 1 of 7 > > Anybody with a "real" BSD who can also test this? > > None here, but from the other side of the family tree AIX and Solaris are OK. Nice to know, thanks. Regards, Joe