lua-users home
lua-l archive

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


On Feb 28, 2014, at 3:47 AM, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:

>> [...]
>> 
>> Any thoughts anyone?
> 
> Two quick ones:
> 
> 1 - Have you tried Lua compiled with -DLUA_USE_APICHECK?
> 
> 2 - Have you tried lua_rawsettable instead of lua_settable? (To see whether
> the 'raw' has something to do with the difference...)
> 
> -- Roberto
> 

Aha! .. Yes I got an assert in the index checking code and was able to trace it back to some other code that messed up the stack before that section. Thank you!

—Tim