lua-users home
lua-l archive

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


We've been seeing that as well. I'd been thinking it might be connected to
one bit of sleight of hand we were pulling to attach Lua data to external
objects, but if others are seeing this, then I assume it isn't us.

Mark

on 4/24/05 2:01 PM, Adam D. Moss at adam@gimp.org wrote:

> Adam D. Moss wrote:
>> I'm occasionally seeing one of these in 5.1w5:
>> 
>> run: lvm.c:427: luaV_execute: Assertion `!(((o1)->tt) >= 4) ||
>> ((((o1)->tt) == (o1)->value.gc->gch.tt) &&
>> !(((o1)->value.gc)->gch.marked & ((L->l_G)->currentwhite ^ ((1<<(0)) |
>> (1<<(1)))) & ((1<<(0)) | (1<<(1)))))' failed.
> 
> Hmm, sometimes it's this:
> run: lgc.c:86: reallymarkobject: Assertion `!(((uv->v)->tt) >= 4) ||
> (((uv->v)->tt) == (uv->v)->value.gc->gch.tt)' failed.
> 
> --Adam