On Sat, Dec 14, 2019 at 5:32 PM Thomas Munro <thomas.mu...@gmail.com> wrote: > On Sat, Dec 14, 2019 at 5:05 PM Thomas Munro <thomas.mu...@gmail.com> wrote: > > > Pushed. > > > > Build farm not happy... checking... > > Hrmph. FileGetRawDesc() does not contain a call to FileAccess(), so > this is failing on low-fd-limit systems. Looking into a way to fix > that...
Seemed best not to use FileGetRawDesc(). Rewritten to use only File, and tested with the torture-test mentioned upthread under ulimit -n 50.