lua-users home
lua-l archive

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


2013/4/8 Satz Klauer <satzklauer@googlemail.com>:

> Any ideas what could be wrong?

No, but I have ideas on how to look for the error.

1. There's a configuration variable you can set when building
    Lua that throws an error when you are trying to use an item
    over the stack top instead of just crashing.  Unfortunately
    I can't find the post (January or February, I think) where
   it was mentioned.
2. Change the lua_call statements to lua_pcall.