Re: Large stack handling update

2000-06-07 Thread Ulrich Weigand
Alexandre Julliard wrote: > This breaks i386, since it switches to a stack above the current one > which corrupts the environment. Oops, sorry, I overlooked that. The following patch should fix it ... Bye, Ulrich --- wine-cvs/scheduler/sysdeps.cSun Jun 4 22:32:45 2000 +++ wine-uw/s

Re: Large stack handling update

2000-06-06 Thread Alexandre Julliard
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, sin