On Sat, 15 Apr 2000, Matthew Dillon wrote: > Note that the ref_count == 1 test in the vm_object_shadow optimization > should be left intact. This optimization requires a much stricter set > of tests because we do not want to assume sharability of an object > if someone else (the 'else' being 'someone unknown to us') has a reference > on it, even if OBJ_ONEMAPPING is set. The KASSERT is broken in another way, BTW: it has undefined (read: panic before the test even occurs) results if source is NULL, which vm_object_shadow otherwise handles. I don't know why it's never been tripped on, though... > -Matt > Matthew Dillon > <[EMAIL PROTECTED]> -- 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: panic: vm_object_shadow: source object has O... Michael Reifenberger
- Re: panic: vm_object_shadow: source object has O... Alfred Perlstein
- Re: panic: vm_object_shadow: source object ... Brian Fundakowski Feldman
- Re: panic: vm_object_shadow: source obj... Matthew Dillon
- Re: panic: vm_object_shadow: source... Alan Cox
- Re: panic: vm_object_shadow: so... Brian Fundakowski Feldman
- Re: panic: vm_object_shado... Alan Cox
- Re: panic: vm_object_shado... Matthew Dillon
- Re: panic: vm_object_shado... Alan Cox
- Re: panic: vm_object_shado... Matthew Dillon
- Re: panic: vm_object_shadow: source... Brian Fundakowski Feldman
- Re: panic: vm_object_shadow: so... Alan Cox
- Re: panic: vm_object_shadow: source object ... Brian Fundakowski Feldman
- Re: panic: vm_object_shadow: source obj... Matthew Dillon
- Re: panic: vm_object_shadow: source... Brian Fundakowski Feldman
- Anyone able to verify the fix f... Matthew Dillon
- Re: Anyone able to verify ... Michael Reifenberger
- Re: Anyone able to verify ... Alan Cox
- Re: Anyone able to verify ... Matthew Dillon
- Re: Anyone able to verify ... Brian Fundakowski Feldman
- Re: Anyone able to verify ... Alan Cox