[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: is this a bug in lua core 5.0b ?
- From: Benoit Germain <bgermain@...>
- Date: Fri, 31 Jan 2003 14:11:34 +0100
> But I did not understand your calculations. You said that
>
> > L->top-L->stack 181
>
> Is sizeof(lua_TObject)==8 in your program?? If it is, L->top
> is already
> seven positions after L->stack_last, which should not happen.
This is copied from a watch window in my debugger, and yes, the object size
is 8 bytes (I use single precision float numbers).
> (If it is
> not, L->top is corrupted.)
>
> -- Roberto
>