Hi,
is there any particular reason for MDB setting FD_CLOEXEC *only* on me->lfd?
I can't see why it should not set it for the other fds it opens, as IMO it doesn't make sense to hang onto the fds after exec() -- the mmap will be gone in any case.
Martin