Re: Panic on new system
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Panic on new system
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2019年5月25日 08:05:56 -0300
> 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.