Re: Anyone able to verify the fix for (was Re: panic: vm_object_shadow:source object has OBJ_ONEMAPPING set.)

2000-04-18 Thread Brian Fundakowski Feldman

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!  /
 [EMAIL PROTECTED]`--'



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Anyone able to verify the fix for (was Re: panic: vm_object_shadow:source object has OBJ_ONEMAPPING set.)

2000-04-18 Thread Michael Reifenberger

On Tue, 18 Apr 2000, Matthew Dillon wrote:
...
> Has Brian or Michael or anyone been able to verify whether my patch
> below fixes the reported vm_object_shadow panics yet?  I'd like to get 
> it committed (or scrapped).
Seems to fix the panic im my case.
Thanks for the patch.

Bye!

Michael Reifenberger
^.*Plaut.*$, IT, R/3 Basis, GPS



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message