On Tue, Jul 16, 2019 at 8:10 AM Steve Hay <steve.m....@googlemail.com> wrote:
> I'm in the process of preparing a new mod_perl release and have run > into a few test failures on Windows 10 which are caused by apr_stat() > sometimes returning APR_INCOMPLETE (70008). > > I'm only getting this on Windows 10. If I run the same build of > everything on Windows 7 then everything is fine. I've built everything > from scratch with VS2019. I get the same behaviour with VS2015. > > I'm using apr-1.7.0 / apr-util-1.6.1. Is it worth trying the latest > dev versions? > Would you retest with apr-1.6.5? Minor changes to the handling of symbolic links (junction/reparse points) on Win32 in 1.7.0 may be to blame. (Yes, I understand that you are not looking at a symlink in this case.)