[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: GC asserts
- From: Mark Hamburg <mhamburg@...>
- Date: Thu, 09 Dec 2004 11:45:05 -0800
on 12/9/04 11:25 AM, Roberto Ierusalimschy at roberto@inf.puc-rio.br wrote:
>> 1. One engineer hit an assert for: g->totalbytes >= g->estimate
>
> I wouldn't worry about that.
If you have API checks turned on, it causes the app to exit out since that's
the default behavior of the standard library assert function.
>> 2. We've got a couple of cases where the tt value in a table entry
>> doesn't match the tt value in the object.
>
> Can that be a "dead" key? (That is, a key with a corresponding nil
> value?)
Maybe. I'll see if I can get it to happen again.
Mark