Robert Lunnon bobl@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.