In the function lid_t
.....
....
One of the above asserts will ALWAYS be activated....
Regards
Checkpoint::GetLidForPage(ObjectHeader *pObj)
{
// GetLogDirentForPage is only called when writing a dirty page to
// the checkpoint area. If page is dirty, it will not have a
// directory entry indicating a zero page.
assert (cde->type != FRM_TYPE_ZDPAGE);
assert (cde->type != FRM_TYPE_ZCPAGE);
-----Original Message-----
From: Brian Denheyer [mailto:briand@zipcon.net]
Sent: mardi 20 juin 2000 04:04
To: Jonathan S. Shapiro
Cc: Vadim Lebedev; eros-port@eros-os.org
Subject: Re: Potential bug?
>>>>> "Jonathan" == Jonathan S Shapiro <shap@eros-os.org> writes:
Jonathan> This is now fixed in the tree. It should propate to Jonathan> anonymous CVS in about 20 minutes.
Hi,
Brian