exception outside of stack limits

Alexandre Julliard julliard at winehq.org
Sun Jan 11 16:08:51 CST 2004


Robert Lunnon <bobl at optushome.com.au> writes:

> WARN( "exception outside of stack limits in thread %04lx eip %08lx esp %08lx 
> stack %p-%p\n",
>                    GetCurrentThreadId(), EIP_sig(sigcontext),
>
>
> Can anyone tell me what this "means" in terms of what would have to go wrong 
> to generate this warning ??

It means the stack pointer doesn't fit in the stack limits stored in
the TEB, probably because the thread switched to a different stack
without updating the TEB, or because of some sort of memory
corruption.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list