[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Crash in luaS_newlstr
- From: Jamie Webb <j@...>
- Date: Wed, 28 Jul 2004 13:43:11 +0100
On Wed, Jul 28, 2004 at 04:54:35AM -0700, Stoil Todorov wrote:
> Hallo, guys!
> I have problem and I don't know why my program crash
> in luaS_newlstr. It appears when I read Lua variables
> from C.
> o = G(L)->strt.hash[lmod(h, G(L)->strt.size)]
> o is not valid pointer...
> Have anybody idea where can be the problem?
That's a very strange place for a crash. It suggests that the string
table has been currupted somehow. You're sure the crash didn't happen
on the line before? You're probably going to have to post a minimal
program which reproduces it.
-- Jamie Webb