Expression: L->top < L->ci->top
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Expression: L->top < L->ci->top
- From: Sebastian Rohde <rohde@...>
- Date: 2006年3月20日 14:45:38 +0100
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