lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



> 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
>