Bug in sys/ckpt/ck_ReadWrite.cxx Vadim Lebedev (vlebedev@aplio.fr)
Fri, 30 Jun 2000 21:37:55 +0200

In the function lid_t
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);

....

One of the above asserts will ALWAYS be activated....

Regards
Vadim

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

I am assuming that the best way to keep up-to-date on the code changes is to "make update" and then try re-building and see if it works...

Are the "tarballs" updated on a regular basis ?

Brian