[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Assertion failure in 5.1 work5
- From: Mark Hamburg <mhamburg@...>
- Date: Sun, 24 Apr 2005 14:32:20 -0700
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