[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua return 2
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 22 Oct 2003 09:49:23 -0200
> >Assertion failed: --(*(*(((int * *)(D->L)) - 1))) == 0, file ldump.c, line 29
>
> That's a slight oversight. Here's a patch for luac.c:
> [...]
But notice that this "bug" is completely harmless. This assertion
is related to tests of lua_lock/unlock; I don't believe there is a
multithreaded version of luac.c :)
-- Roberto