Re: panic: vm_object_qcollapse(): object mismatch
I introduced this bug in 1.139 when I added the KASSERT(). Bleh. However, the code still needs to be protected at splbio(). And so I've committed. -Matt :Hmmm. This looks like an out-an-out bug to me. The assertion is wrong.
Re: panic: vm_object_qcollapse(): object mismatch
Hmmm. This looks like an out-an-out bug to me. The assertion is wrong. It's scanning the backing_object and asserting that the pages in the backing object are associated with object rather then backing_object. This section of code only runs when paging is in progress on a co