lua-users home
lua-l archive

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


> >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