RE: Bug in sys/ckpt/ck_ReadWrite.cxx Vadim Lebedev (vlebedev@aplio.fr)
Fri, 30 Jun 2000 22:38:00 +0200

Ooops....

You're right of course, siilly me

Vadim

-----Original Message-----
From: Jonathan S. Shapiro [mailto:shap@eros-os.org] Sent: vendredi 30 juin 2000 22:00
To: Vadim Lebedev; Brian Denheyer
Cc: eros-port@eros-os.org
Subject: Re: Bug in sys/ckpt/ck_ReadWrite.cxx

I don't think so. Check the negation again!



From: "Vadim Lebedev" <vlebedev@aplio.fr> To: "Brian Denheyer" <briand@zipcon.net>; "Jonathan S. Shapiro" <shap@eros-os.org>
Cc: <eros-port@eros-os.org>
Sent: Friday, June 30, 2000 3:37 PM
Subject: Bug in sys/ckpt/ck_ReadWrite.cxx

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