lua-users home
lua-l archive

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


> PANIC: unprotected error in call to Lua API (attempt to index a h� value)

This is very strange. Clearly 'h�' is not the type of a name in Lua.
It looks like memory corruption. But luaT_typenames is declared as
     const char *const luaT_typenames[];
and so should not be writable, nor should the strings in it.