[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Crash when calling C from a finalizer
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 29 Dec 2011 19:03:59 -0200
> #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