Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Oct 2021 17:15:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 258932] panic: vm_page_free_prep: freeing mapped page
Message-ID:  <bug-258932-227-mfsfFtD7Ky@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258932-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258932

--- Comment #9 from Mark Johnston <markj@FreeBSD.org> ---
procvm entry:

    map entry 0xfffff80ae7805360: start=0x811be5000, end=0x8120ce000,
eflags=0x4,        
     prot=3/7/copy, object=0xfffff805d279b630, offset=0x0, obj ruid 0 charge
4e9000, copy (done)
      Object 0xfffff805d279b630: type=0, size=0x4e9, res=2, ref=1, flags=0x3110
ruid 0 charge 4e9000
       sref=0, backing_object(2)=(0xfffff802509ca210)+0x0

So this map entry shadows the object to which the page belongs.  Both this
object and its backing object (the one containing page 0xfffffe006b2d04d8) have
ONEMAPPING set.  The shadow chain seems very deep, about 12 VM objects before
we reach the root (an anonymous swap object).

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258932-227-mfsfFtD7Ky>