17 Aug
2007
17 Aug
'07
3:50 p.m.
Hi David,
Interesting. "Closed" with "Worksforme" because an application accumulated file descriptors erroneously.
The problem is that we actually _have_ this amount of outstanding images not yet shipped out. No programming error.
Putting the single line
_setmaxstdio(2048);
into web2c startup does not seem like it would be an overly onerous complication, would it?
I've confirmed that by #if defined(pdfTeX) || defined(luaTeX) _setmaxstdio(2048); #endif 2041 files in Vladimir's example are included. Probably 7 are stdin, ... etc. Best regards, Akira