excessive stack space usage in NTDLL

Alexandre Julliard julliard at winehq.org
Mon Oct 3 06:55:15 CDT 2005


Marcus Meissner <marcus at 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.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list