Ulrich Weigand <[EMAIL PROTECTED]> writes: > this fixes a problem with the new large stack handler (on Sparc) caused > by incorrectly guessing the top of the initial stack. This tries to > guess a little better by assuming that the top of stack is at least > page-aligned. This breaks i386, since it switches to a stack above the current one which corrupts the environment. -- Alexandre Julliard [EMAIL PROTECTED]
- Re: Large stack handling update Alexandre Julliard
- Re: Large stack handling update Ulrich Weigand