SEH docs

Filip Navara xnavara at volny.cz
Fri Nov 5 12:05:29 CST 2004


Mike Hearn wrote:

>+          <!-- fixme: is it really the language runtime that does this? i
>+               can't find any code in Wine to reallocate the stack on
>+               STATUS_GUARD_PAGE_VIOLATION -->
>
No, it isn't.

It's not handled in Wine because pthread_attr_setstacksize (for pthread 
case) or wine_anon_mmap (for kthread case) is used to allocate the stack 
and the rest is handled by the guest OS (AFAIK).

Regards,
Filip



More information about the wine-devel mailing list