lua-users home
lua-l archive

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


> #0  0x00000001018637c0 in ?? ()
> Cannot access memory at address 0x1018637c0
> #1  0x000000010003005e in luaV_execute (L=0x1005013c0, nexeccalls=4)
> at lvm.c:590

It seems that Lua is calling a function in an invalid address, is that
right?

(What release are you using? I could not find any memory access or
function call at lvm.c:590. Maybe you should compile with optimizations
off?)

-- Roberto