lua-users home
lua-l archive

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


Hi,

I get the following assertion when I was call lua_getlocal. The callstack
sais that it happenes in: luaA_pushobject.
I don't really understand what happens there so could anyone help me out
with this? 
I guess that something went wrong earlier but I don't know what. 
Another thing that might be of interest: This happened in our own lua
debugger which was working correctly before lua 5.1.

Program: ...
File: .\src\lapi.c
Line: 91
Expression: L->top < L->ci->top


Thank you!

Sebastian