Marcus Meissner marcus@jet.franken.de writes:
The stackspace usage in dlls/ntdll/directory.c is affecting programs. One installer crashes because of it I suspect.
Is it by any chance because it does a recursive search of the disk and runs out of stack? If that's the case you'll most likely see the overflow happen in one of the directory.c functions, but they are not the real culprit since they are not themselves recursive.