Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Apr 2000 21:37:57 -0400 (EDT)
From:      Brian Fundakowski Feldman <green@FreeBSD.org>
To:        Alan Cox <alc@cs.rice.edu>
Cc:        Matthew Dillon <dillon@apollo.backplane.com>, Alfred Perlstein <bright@wintelcom.net>, Michael Reifenberger <root@nihil.plaut.de>, current@freebsd.org, alc@freebsd.org
Subject:   Re: Anyone able to verify the fix for (was Re: panic: vm_object_shadow: source object has OBJ_ONEMAPPING set.)
Message-ID:  <Pine.BSF.4.21.0004182136500.83565-100000@green.dyndns.org>
In-Reply-To: <20000418194126.C2616@cs.rice.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 18 Apr 2000, Alan Cox wrote:

> This patch introduces a new bug.  While it does guarantee that
> the assertion in vm_object_shadow isn't tripped over, it doesn't
> clear the OBJ_ONEMAPPING flag on the newly created shadow object.
> (New objects are created with OBJ_ONEMAPPING set.)  Consequently,
> we'll have two overlapping mappings to the same shadow object
> that has OBJ_ONEMAPPING set.  That's bad.

Well, it didn't blow up my computer; that's good!  It prevented the panic,
and it can't possibly be worse than my previous patch.

> The real problem is that the assertion is just plain wrong, not
> the code around it.  It needs to be corrected or removed.

As I suspected all along ;)

> Alan

--
 Brian Fundakowski Feldman           \  FreeBSD: The Power to Serve!  /
 green@FreeBSD.org                    `------------------------------'



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0004182136500.83565-100000>