[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Re: Re: How to find out current stack size?
- From: "gradha29oct@... " <gradha29oct@...>
- Date: Tue, 25 Nov 2003 13:27:29 +0100
>sorry, i think i misunderstood your original question. if you
>want to check for accidental stack overflow, enable the
>api_check() macro in lapi.c. then if you try to exceed the
>stack capacity, you will get an assertion violation.
Thanks, that's what I was looking for. It is really annoying
that it's not mentioned in the documentation.